Skip to content

TMichaelan/sbd-cocktail-project-put

Repository files navigation

SBD Cocktail Project

✨ Start the DB in Docker

👉 Step 1 - Download the code from the GH repository (using GIT)

$ git clone https://github.com/TMichaelan/SBD-Cocktail-Project.git
$ cd SBD-Cocktail-Project

👉 Step 2 - Start the APP in Docker

$ docker-compose up --build 

Visit http://localhost:5085 in your browser. The app should be up & running.

$ via pgAdmin or same connect to the database, insert .sql script

✨ Manual Build

Download the code

$ git clone https://github.com/TMichaelan/SBD-Cocktail-Project.git
$ cd SBD-Cocktail-Project

👉 Set Up for Windows

$ pip3 install -r requirements.txt

Start the app

$ python run.py

At this point, the app runs at http://127.0.0.1:5000/.


👉 Create Users

  • Start the app via python run.py
  • Access the registration page and create a new user:
    • http://127.0.0.1:5000/register
  • Access the sign in page and authenticate
    • http://127.0.0.1:5000/login

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published