Skip to content

Development Environment

Inbar Barkai edited this page Dec 3, 2021 · 2 revisions

Docker Environment

Prerequisites

  1. Docker Desktop (or just docker engine)

Initialization

  1. Clone the repository: git clone https://github.com/Maagan-Michael/invitease.git
  2. Open command line from the repository folder
  3. Run docker-compose up -d
  4. Open URL: http://localhost:8080

Refreshing the environment

  1. Open command line from the repository folder
  2. Run docker-compose up -d --build

Teardown

  1. Open command line from the repository folder
  2. Run docker-compose down -v

Local Environment

Prerequisites

  1. Docker Desktop (or just docker engine)
  2. python 3.9+

Initialization

  1. Clone the repository: git clone https://github.com/Maagan-Michael/invitease.git
  2. Open command line from the repository folder
  3. Run docker-compose up -d db
  4. Run pip install -r requirements.txt
  5. Go to src folder
  6. Run python run_local.py
  7. Open URL: http://localhost:8080