👉 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
Download the code
$ git clone https://github.com/TMichaelan/SBD-Cocktail-Project.git
$ cd SBD-Cocktail-Project
$ pip3 install -r requirements.txt
Start the app
$ python run.py
At this point, the app runs at http://127.0.0.1:5000/
.
- 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 authenticatehttp://127.0.0.1:5000/login