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

https://github.com/alvisonhunterarnuero/ccl-mentees-api

This is a work-in-progress API developed with Python, deployed on PythonAnywhere. To add mock data during development, I've also set up a demo MySQL DB using Aiven.io. The final version will incorporate Flask-Login
https://github.com/alvisonhunterarnuero/ccl-mentees-api

flask-api flask-application flask-backend flask-restful flask-sqlalchemy flask-web python-3

Last synced: 8 months ago
JSON representation

This is a work-in-progress API developed with Python, deployed on PythonAnywhere. To add mock data during development, I've also set up a demo MySQL DB using Aiven.io. The final version will incorporate Flask-Login

Awesome Lists containing this project

README

          

# CCL Mentoring Program API - Mentees Grades
This a work in progress small API developed with Python using
python-anywhere as our deployment site. Since the current plan is free
I decided to build a local version using another external resource called
https://aiven.io to deploy a demo MySQL Db so that I can use it to add some mock data
while I complete the Python-Anywhere version using flask-login as well.