A simple python project to learn how fastapi works with prisma orm
- Make sure you have poetry installed on the machine.
- Run the command
poetry shellto activate the protects virtual environment. - Run
poetry installto install all the python packages. - Use the command
prima db pushto apply the poetry schema to your database. - To start the application, use the command
uvicorn main:app --reload --host 0.0.0.0