Skip to content

richtwin567/sweet-bs-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sweet B's Backend

The API for all proceedings for Sweet B's online store

Setup

  1. Install PostgreSQL link

  2. Create a virtual envirionment
    python -m venv <your-venv-name>

  3. Install the required packages
    pip install -r requirements.txt

  4. Perform the Alembic Migrations
    python src/manage.py db migrate
    python src/manage.py db upgrade

  5. Start the server
    python src/server.py

And you're good to go!

Endpoints

Authentication Breakdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published