- Before run our project install poetry to your pc check here https://python-poetry.org/
- Run virtual environment or venv folder just using script
.\venv\Scripts\activate
on windows - Generate table to your database go to backend folder run
alembic upgrade head
- Run backend using script
poetry run start
- Run frontend
npm start