- 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\activateon 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