liverishabh / Leisurebites-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leisurebites Backend Application

Guidelines to setup application:

  1. Download Postgres and Redis
  2. Create a database in postgres
  3. Run all .sql files from sql_scripts folder
  4. Create a .env file (see sample for help)

Guidelines to run application:

# Create Virtual Environment
python3 -m venv venv
source venv/bin/activate

# Install Requirements
pip install -r requirements.txt

# Run
uvicorn app.main:app --port=8000

App should be running on http://localhost:8000

About


Languages

Language:Python 99.2%Language:HTML 0.7%Language:Shell 0.1%