-
Notifications
You must be signed in to change notification settings - Fork 10
Getting Started
RensvdLinden edited this page Jun 12, 2020
·
18 revisions
This wiki article explains the steps and tools that are necessary in order to get the backend services running.
The backend consist of the following three services:
- API (https://localhost:5001)
- Identity Server (https://localhost:5005)
- Database
- Clone this repository, using the following command:
git clone https://github.com/DigitalExcellence/dex-backend.git
- Browse to the folder of the repository
- Run the command:
docker-compose up
(If you want to run it in the background:docker-compose up -d
) - After a short while, the services should be running and accessible on the urls mentioned in the about section
- When you want to stop the services from running, run the command:
docker-compose down