/FullStackFastAPI

Ful Stack FastAPI , React and MongoDB

Primary LanguagePython

#Welcome To FastAPI React and MongoDB

React Scripts

Inside the created frontend project,
you can run some built-in commands:
npm start or yarn start

FastAPI Scripts

cd into the /backend folder and create a Python environment
$ python -m venv venv
$ .\venv\Scripts\activate
The Python environment should be now activated
$ pip install -r requirements.txt

Install MongoDB community or change DATABASE_URL To Mongo Atlas Connection

create .env file in ROOT APP
DATABASE_URL=mongodb://database:27017/planner
SECRET_KEY=NOTSTRONGENOUGH!
https://www.mongodb.com/try/download/community-kubernetes-operator

** ERROR: Application startup failed. Exiting. then be sure python select:interprator refer to venv