Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 272 Bytes

File metadata and controls

16 lines (8 loc) · 272 Bytes

Python-flask

A REST API using pythong, flask and mongodb.

Demo APIs are for login , logout and books CRUD operations.

How to run ?

$ pip install Flask

$ pip install Flask-PyMongo

$ python run.py