Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dexter2206/flask-classes
https://github.com/dexter2206/flask-classes
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dexter2206/flask-classes
- Owner: dexter2206
- Created: 2019-05-17T09:04:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T12:22:21.000Z (over 5 years ago)
- Last Synced: 2024-10-25T23:58:21.417Z (2 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Suggested exercises
1. (After example 10). Create resources for other models.
2. (After example 11). Create resources for Department and Project models using Marshmallow schemas.# Project
Recall your implementation of expense-logging application. Write a REST API version of this app using Flask, SQLAlchemy and Marshmallow