#Welcome To FastAPI React and MongoDB
Inside the created frontend project,
you can run some built-in commands:
npm start or yarn start
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
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