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

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

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.