Best Flask open-source libraries and packages

Syndeo be

REST apis for university - alumni social networking and mentorship platform with profile based assistance matching. Powered by Flask.
Updated 1 year ago

Project Syndeo Back-End Flask API

Install dependencies

pip install -r requirements.txt 

API Endpoints

  • Write your APIs inside the routes directory
  • Import the endpoints in app.py

Deploy your backend

flask run {or} python app.py
Tags network