Skip to content

gabrielcabola/typescript-node-ms

Repository files navigation

microservice-image-manipulation (WIP)

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.

API Documentation

Build from source

  1. Install dependencies.

    npm install
  2. Build the production server.

    npm build
  3. Run the server.

    npm start

Build Docker images

docker build -t microservice .

Run Locally using Docker composer

docker-compose up

Run tests

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published