File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ $ python3 -m venv venv
2424``` console
2525(venv)$ pip3 install -r requirements.txt
2626```
27+ 3 . You also need to start your mongodb instance either locally or on Docker as well as create a ` .env ` file. See the ` .env.sample ` for configurations.
2728
28- 3 . Start the application:
29+ 4 . Start the application:
2930
3031``` console
3132python main.py
3233```
3334
34- You also need to start your mongodb instance.
3535
3636The starter listens on port 8000 on address [ 0.0.0.0] ( 0.0.0.0:8080 ) .
3737
38- ![ FastAPI-MongoDB starter] ( https://res.cloudinary .com/adeshina/image/upload/v1600180509/fopab9idhrjqeqds4izk .png )
38+ ![ FastAPI-MongoDB starter] ( https://user-images.githubusercontent .com/31009679/165318867-4a0504d5-1fd0-4adc-8df9-db2ff3c0c3b9 .png )
3939
4040## Deployment
4141
4242This application can be deployed on any PaaS such as [ Heroku] ( https://heroku.com ) or [ Okteto] ( https://okteto ) and any other cloud service provider.
4343
44-
4544## Contributing ?
4645
46+
4747Fork the repo, make changes and send a PR. We'll review it together!
4848
4949## License
5050
51- This project is licensed under the terms of MIT license.
51+ This project is licensed under the terms of MIT license.
You can’t perform that action at this time.
0 commit comments