Skip to content

Bookstor API is a RESTful service designed to manage a modern bookstore. It provides endpoints for inventory management, order processing, and user authentication, all built with scalability and performance in mind. Deployed on Heroku.

Notifications You must be signed in to change notification settings

csarsantos96/bookstore

Repository files navigation

Bookstore

Bookstore APP from Backend Python course from EBAC

Prerequisites

Python 3.5>
Poetry
Docker && docker-compose

Quickstart

  1. Clone this project

    git clone git@github.com:drsantos20/bookstore.git
  2. Install dependencies:

    cd bookstore
    poetry install
  3. Run local dev server:

    poetry run manage.py migrate
    poetry run python manage.py runserver
  4. Run docker dev server environment:

    docker-compose up -d --build 
    docker-compose exec web python manage.py migrate
  5. Run tests inside of docker:

    docker-compose exec web python manage.py test

About

Bookstor API is a RESTful service designed to manage a modern bookstore. It provides endpoints for inventory management, order processing, and user authentication, all built with scalability and performance in mind. Deployed on Heroku.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published