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

https://github.com/vishapp/mongo_flask


https://github.com/vishapp/mongo_flask

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Mongo DB Insert, Update Flask APP
=========

### Technologies

Developed using following features:

- Python 3
- pymongo
- flask

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing
purposes. See deployment for notes on how to deploy the project on a live system.

### Installing

A step by step series of examples that tell you how to get a development env running

**Start the python app in Linux / Windows environment**

```bash
python3 app.py
```

### Usage
```
API: http://127.0.0.1:8080/createUser
METHOD: POST
INPUT: {"username":"vishnu_prasad","password":"****","age":25}
REPOSNE: {"status":"success"}
```

* **Vishnu Prasad** - [@vishnu](https://github.com/VishApp)