This Micro-service it's a API to manage Upload process, the client App needs to register a new Upload UUID before starting send files to AWS.
- This project contain only the CRUD API part.
-
Install dependencies.
npm install
-
Build the production server.
npm build
-
Run the server.
npm start
docker build -t microservice .docker-compose upnpm test