https://github.com/fabianferno/syndeo-be
REST apis for university - alumni social networking and mentorship platform with profile based assistance matching. Powered by Flask.
https://github.com/fabianferno/syndeo-be
api firebase-auth flask mentorship mysql rest-api
Last synced: 7 months ago
JSON representation
REST apis for university - alumni social networking and mentorship platform with profile based assistance matching. Powered by Flask.
- Host: GitHub
- URL: https://github.com/fabianferno/syndeo-be
- Owner: fabianferno
- Created: 2021-07-14T15:50:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T13:57:07.000Z (about 4 years ago)
- Last Synced: 2025-01-25T07:08:39.515Z (9 months ago)
- Topics: api, firebase-auth, flask, mentorship, mysql, rest-api
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Syndeo Back-End Flask API
## Install dependencies
```cmd
pip install -r requirements.txt
```## API Endpoints
- Write your APIs inside the routes directory
- Import the endpoints in app.py## Deploy your backend
```py
flask run {or} python app.py
```