Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.49 KB

Authentication

The authentication part of the edge-ml project which can be found here.

Tests Publish Docker image

Getting started

Before you get started clone this repository and the backend repository and make sure, both repositories are located in the same folder.

You can either run the application within a docker container or directly.

Docker

Please refer to the backend installation guide.

Hint: Since the docker-compose file is located in the backend repository you need to run docker-compose from within the backend repository.

Local installation

If you want to run the application locally, please follow the mongoDB installation guide.

Please make sure mongoDB is up and running.

Then run the following commands:

npm install
npm run start

Testing

After developing and before committing, please make sure all test are passing. MongoDB and Aura Authentication need to be up and running.

npm run test