-
Create a
.envfile from.env-templatein the project root. -
Input the values into your
.envfile for the requested fields.
- To bring up the database, make sure that you are in the project root, and run
docker-compose up.
-
Run
npm iin yourapifolder. -
Run
npm startto bring up the api.
-
To start up the UI, make sure that you copy your
.envfile from the project root into theuifolder. -
Next, run
npm ito install your dependencies. -
Run
npm startand the application should run. -
At the login, you can login with
user1,user2, ...user10using the password you specified in your.envfile withDEFAULT_PASSWORD.