Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 875 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 875 Bytes

dsa3101-2210-14-lta

A DSA3101 Group Project

visitors

Installation

.
└── 📁 dsa3101-2210-14-lta/
    ├── 📁 backend/
    │   └── 📄.env
    ├── 📁 frontend/
    └── 📄 docker-compose.yml

Important: You will need to create an .env file under the backend folder in the following format:

PROJECT_API_KEY = "<YOUR_LTA_API_KEY>"
DB_KEY "<YOUR_DETA_ACCESS_TOKEN>"

Generate a new Deta token for free at

deta

(or contact us for our key with access to pre-populated database)

Run with Docker 🐳

docker-compose up --d

Access the web app at localhost:8050, REST API at localhost:5000.