Giter Club home page Giter Club logo

simple_store_api's Introduction

REST APIs with Flask and Python

This repository contains code that is created in the Python rest-api course followed at https://www.udemy.com/course/rest-api-flask-and-python/ The course repository is https://github.com/tecladocode/rest-api-sections

The code is divided in folders, one for each rest-api Case.

The code structure of the last case is describe in the e-book at https://arac.tecladocode.com/

Api_noDB

The code in this section includes a Flask app which is an API that represents items. It also includes user authentication.

Api_Sqlite

The code in this section extends the last section by adding persistent storage of Items to a SQLite database and user registration.

Api_SqlAlchemy

The code in this section extends the previous section by replacing the manual integration with SQLite, with SQLAlchemy—an ORM (Object-Relational Mapping)—which allows us to easily replace SQLite with something like PostgreSQL or MySQL.

Api_JWT_Extended

The code in this sections extends the previus section using jwt extended. With jwt exteded the api can handle login, token refresh, logout ... If you want to test you can import all the requests in postman from the file postman_collection.json The structure of the code is explain in the e-book at https://arac.tecladocode.com/

simple_store_api's People

Contributors

pierluigicolombo avatar gregl-91 avatar

Watchers

 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.