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
- Host: GitHub
- URL: https://github.com/rofson17/registration-api-using-flask
- Owner: rofson17
- Created: 2022-04-16T15:46:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T15:46:32.000Z (about 4 years ago)
- Last Synced: 2025-03-24T05:23:04.484Z (over 1 year ago)
- Topics: flask, mogodb, pymongo, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)