GithubHelp home page GithubHelp logo

primerly / store-rest-api-v2 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 19 KB

Rest API built with Flask, Python and Postgres designed to manage stores and their associated items. The API utilizes a RESTful architecture, allowing clients to easily interact with it using standard HTTP requests.

Shell 0.41% Dockerfile 0.63% Python 97.06% Mako 1.90%

store-rest-api-v2's Introduction

Stores REST API

STEPS FOR RUNNING THE APPLICATION LOCALLY

The application should be run with the docker file included

  1. Open the project root folder in your IDE of choice.
  2. Install dependencies in the requirements.txt in your virtual environment.
  3. Ensure IDE is using created virtual environment.
  4. Open a terminal or command prompt in the directory and run the following command to build the Docker image
docker build -t docker-image-tag .
  1. use the command below to start a container using the docker image and sync the container with the development directory.
docker run -dp 5005:5000 -w /app -v "%cd%:/app" flask-smorest-api

Live API

Visit URL below for the live UI documentation and test API endpoints.

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.