Skip to content

esgi-microservices-al1/micro-ci-projects

Repository files navigation

Microservice: projects part

First time you clone the project?

Please make sure to ask the .env file to another developer to have all configuration needed. You can also ask for another developer his data folder to have the same.

Run the project

Clone the project. Locally:

npm install && npm start

In a docker container:

docker build -t microservice:dev .
docker run -v ${PWD}:/app -v /app/node_modules --name microservice-server -p 3000:3000 --rm microservice:dev

Work in Progress!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •