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 createsuperuser
poetry run python manage.py runserver
cd frontend
npm install
cd frontend
npm run dev
Navigate to your server address in your preferred browser:
http://127.0.0.1:8000
OR
http://localhost:8000