git clone <repository_url>
cd <repository_directory>poetry install
poetry run python manage.py makemigrations
poetry run python manage.py migrate
poetry run python manage.py createsuperuserpoetry run python manage.py runservercd frontend
npm installcd frontend
npm run devNavigate to your server address in your preferred browser:
http://127.0.0.1:8000
OR
http://localhost:8000