A simple todo list app with CRUD functionalities created with react, fastapi and mongodb.
- Create .env file in app folder with DATABASE_URL= "" JWT_SECRET_KEY= "" JWT_REFRESH_SECRET_KEY= ""
- Install dependencies from requirements.txt
- run command: uvicorn app.app:app --reload
- Inside frontend folder run command: yarn build
- run command: yarn start
Open http://localhost:3000/ in browser