https://github.com/anudishjain/restful-api-using-flask
A vehicle registration API which uses Flask, SQL-Alchemy and Marshmallow
https://github.com/anudishjain/restful-api-using-flask
Last synced: 5 months ago
JSON representation
A vehicle registration API which uses Flask, SQL-Alchemy and Marshmallow
- Host: GitHub
- URL: https://github.com/anudishjain/restful-api-using-flask
- Owner: anudishjain
- Created: 2018-06-28T18:29:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T18:37:54.000Z (over 7 years ago)
- Last Synced: 2025-02-17T16:52:06.973Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-API-using-Flask
This vehicle registration API uses Flask, SQL-Alchemy and Marshmallow.
To test and run this API use Postman : https://www.getpostman.com/
Database is created with SQL-Lite using SQLAlchemy Extension
Vehicle Plate Number is the primary key of the database.
With other information of driver like name and mobile number contained in the User Model of the database.Each SQL Query returns JSON Object.