Git Product home page Git Product logo

adityakshettri / rest-apis-using-flask-in-python Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 0.0 10 KB

In this project, I have worked on creating REST APIs with full CRUD features including authentication and authorization using Flask in Python-3.8.2 in Visual Studio Code 8 and tested with Postman.

Home Page: https://python-flask-rest-api-stores.herokuapp.com/

Python 100.00%
python flask flask-sqlalchemy flask-restful flask-jwt-extended sqlite3 rest-api

rest-apis-using-flask-in-python's Introduction

Stores REST Api

This is REST API developed in python and built with Flask, Flask-RESTful, Flask-JWT, and Flask-SQLAlchemy and finally deployed on Heroku. The testing is done using Postman.

Link :

https://python-flask-rest-api-stores.herokuapp.com/

REST APIs :

POST /register : to signup an a new user.

POST /login : to login as an existing user.

POST /logout : to logout from the existing session.

POST /refresh : to refresh the access token.

GET /user/ : to get the details of a user with given id.

DELETE /user/ : to delete a user with given id

GET /items : to get the list of all Items.

GET /item/ : to the the item with given name.

POST /item/ : to add an item to the list.

DELETE /item/ : to delete an item from the list.

PUT /item/ : to update/add an item in the list.

GET /stores : to get the list of all the stores along with its items.

GET /store/ : to get the details of store with given name.

POST /store/ : to add a new store in the list.

DELETE /store/ : to delete a store with given name.

rest-apis-using-flask-in-python's People

Contributors

adityakshettri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.