/SIP

Web-based application designed to cater to cocktail enthusiasts.

Primary LanguageJavaScriptMIT LicenseMIT

SIP

CI

SIP is a web-based application, designed to cater to cocktail enthusiasts, home bartenders, and anyone interested in mixing and enjoying liquors and cocktails. The app serves as a comprehensive resource for alcoholic drink recipes, and community engagement.

Requirements

Requires Python 3.8 and later. Required Python packages are listed in requirements.txt.

Install and Run

How to Install and Configure

You can install and configure the project by following the Installation.

How to Run

  1. Activate the Virtual Environment
  • On MacOS or Linux
    source venv/bin/activate
  • On Windows
    venv\Scripts\activate
  1. Start the Django Development Server

    Note: If python is not found, try using python3 instead of python.

    python manage.py runserver

    If you receive an error message indicating that the port is unavailable, try running the server on a different port (1024 thru 65535), such as

    python manage.py runserver 12345
  2. Navigate to http://localhost:8000 in your web browser.

  3. To stop the server, press Ctrl-C / control-C in the terminal window.

  4. Exit the virtual environment by closing the window or typing

    deactivate

Demo Accounts

Demo Admin

Username Password
admin admin

This is the admin we generated as a demo. You can use this to login to the admin page of SIP app.

Project Documents

All project documents are in the Project Wiki.

Documents

Iteration Plans