/test2

Primary LanguageTypeScriptMIT LicenseMIT

BACKEND ARA 5.0

🚀 Getting Started

Prerequisites

To clone and run this application, you'll need Git and Docker installed on your computer.

Installation

git clone https://github.com/ARenewalAgent-ITS/ara5-backend-api
  1. Go into the repository
cd ara5-backend-api
  1. 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.

(back to top)

🚨 Configuration

  • Prisma
    • Add DATABASE_URL to .env.
  • Docker Compose
    • Add POSTGRES_DB to .env.
    • Add POSTGRES_USER to .env.
    • Add POSTGRES_PASSWORD to .env.

See the open issues for a full list of proposed features (and known issues).

(back to top)

📄 License

Distributed under the MIT License. See MIT license for more information.