issues
search
SteaneMurphy
/
API-Webservice
Flask API Webserver using PostgreSQL Backend
0
stars
0
forks
source link
Models
#7
Closed
SteaneMurphy
closed
4 months ago
SteaneMurphy
commented
5 months ago
GENERAL
[x] Import Marshmallow dependency for model schemas
[x] Import SQLAlchemy for model typing
[x] Create models for each category/entity
[x] Create marshmallow schemas for each category/entity
CATEGORIES
[x] Users
[x] Subscriptions
[x] Payments
[x] Products
[x] Plans
[x] Plan Products
REMOVED
[x] SubscriptionDetails
GENERAL
CATEGORIES