https://github.com/luisnquin/flask-restapi-mongodb
REST API with mongoDB and Flask.
https://github.com/luisnquin/flask-restapi-mongodb
flask flask-mongoengine mongodb python-3-10 rest-api
Last synced: about 2 months ago
JSON representation
REST API with mongoDB and Flask.
- Host: GitHub
- URL: https://github.com/luisnquin/flask-restapi-mongodb
- Owner: luisnquin
- Created: 2021-10-28T01:15:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T01:25:30.000Z (over 3 years ago)
- Last Synced: 2025-02-13T09:46:13.796Z (3 months ago)
- Topics: flask, flask-mongoengine, mongodb, python-3-10, rest-api
- Language: Python
- Homepage:
- Size: 2.06 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask REST API with mongoDB ```py 3.10```
First, to install all dependencies:
```
python -m pip install -r requirements.txt
```Second, into the ./src/ folder, copypaste this:
```
$env:FLASK_APP="app.py"
flask run
```
If you reject to me, this:
```
py app.py
```Obviusly, make sure you have ```mongod``` running on.
## Source code
![]()