https://github.com/vishapp/mongo_flask
https://github.com/vishapp/mongo_flask
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vishapp/mongo_flask
- Owner: VishApp
- Created: 2022-09-10T11:36:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T11:47:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T15:56:41.466Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)