/Amadeus

Primary LanguageJavaScript

Amadeus

Introduction

Amadeus is an application designed for musicians to collaborate, learn about events, and meet one another. For installation instructions, please continue reading below. For an overview of the software design, please go to the Amadeus Wiki.

Installation Instructions

PostgreSQL DB needed.

  1. Go to directory /backend/api after cloning the Amadeus project

  2. Create python env through

python3 -m venv env
  1. Activate python env
source env/bin/activate
  1. Download dependencies
pip install -r requirements.txt
  1. Append .env file in the backend/api folder. It should have
DATABASE_URL=[your_postgres]
  1. Run app.py