Skip to content

A sample of a rest application using flask-restfull and pymongo

Notifications You must be signed in to change notification settings

leomenezessz/flask-mongo

Repository files navigation

flask-mongo

A CRUD sample with flask-restfull, pymongo driver and some unity tests with pytest.

Requirements

Running project

  1. Install all dependencies:
$ pipenv install
  1. Start your mongoDB instance :
$ sudo ./mongod
  1. Run in development mode:
$ python app.py

Run tests

$ pytest test/

Todo list

  • Integration tests for the digimon resource
  • Create a pipeline
  • Add Flask Security
  • Add Swagger

Docs

About

A sample of a rest application using flask-restfull and pymongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages