Skip to content

Commit 3dd955e

Browse files
authored
Update README.md
1 parent 2f515cb commit 3dd955e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3132
python main.py
3233
```
3334

34-
You also need to start your mongodb instance.
3535

3636
The 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

4242
This 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+
4747
Fork 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.

0 commit comments

Comments
 (0)