An open API service indexing awesome lists of open source software.

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

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`