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
- Host: GitHub
- URL: https://github.com/alvisonhunterarnuero/ccl-mentees-api
- Owner: AlvisonHunterArnuero
- Created: 2024-07-25T06:32:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T23:28:39.000Z (about 1 year ago)
- Last Synced: 2024-10-18T13:14:54.819Z (about 1 year ago)
- Topics: flask-api, flask-application, flask-backend, flask-restful, flask-sqlalchemy, flask-web, python-3
- Language: HTML
- Homepage: https://alvisonhunter.pythonanywhere.com/
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
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.