https://github.com/caresle-archive/flask-crud
A crud example using flask and mongodb
https://github.com/caresle-archive/flask-crud
flask mongodb python
Last synced: 3 months ago
JSON representation
A crud example using flask and mongodb
- Host: GitHub
- URL: https://github.com/caresle-archive/flask-crud
- Owner: Caresle-Archive
- Created: 2021-10-27T23:46:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T18:07:25.000Z (over 4 years ago)
- Last Synced: 2025-01-17T04:35:05.025Z (over 1 year ago)
- Topics: flask, mongodb, python
- Language: HTML
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask CRUD
An example of CRUD using flask and mongodb
## How to install
1. Clone the repo
2. Create a virtual env and activate
3. Install flask
```
pip install Flask
```
4. Run a mongodb database
5. Run `flask run`