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

https://github.com/rofson17/registration-api-using-flask

simple registration api using flask and flask-pymongo
https://github.com/rofson17/registration-api-using-flask

flask mogodb pymongo python

Last synced: 2 months ago
JSON representation

simple registration api using flask and flask-pymongo

Awesome Lists containing this project

README

          

# Registration API using Flask

Simple registration api using Flask and Flask-Pymongo.

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`SECRET_KEY`

`DATABASE`

`SMTP_EMAIL`

`SMTP_EMAIL_PORT`

`SMTP_EMAIL_PASSWORD`

`SMTP_EMAIL_SERVER`

## Set Up Project Environment
First set up your virtual environment and use this following commands

***install dependencies***
```bash
pip install -r requirements.txt
```
***to run proejct***
```bash
python app.py
```
app will run on port: [5000](https://localhost:5000/)