To clone and run this application, you'll need Git and Docker installed on your computer.
git clone https://github.com/ARenewalAgent-ITS/ara5-backend-api
- Go into the repository
cd ara5-backend-api
- Run Docker.
docker-compose up -d
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
- Prisma
- Add
DATABASE_URL
to .env.
- Add
- Docker Compose
- Add
POSTGRES_DB
to .env. - Add
POSTGRES_USER
to .env. - Add
POSTGRES_PASSWORD
to .env.
- Add
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See MIT license for more information.