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

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.

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
```