PROJECT

Stores RESTful Api

Developed an API that implements a structural database, that acts as an online inventory that can be used to store items and prices with integrated user authorization and authentication. Designed as RESTful backend server that can be used as an online database. This API is great for storing organized data with number values.

View Project
Tech used
  • Python
  • Flask
  • Flask-RESTful
  • SQLAlchemy
  • Flask_JWT
the challenge

See the blueprint

This REST API was designed to enable your data to interact with client-side technologies. This simple but powerful API can create custom application to gain the additional benefits of your data. This API allows you to create, modify and delete items within the database. With proven security, our API uses authentication on every call, and authorization to give only users access to the database.