This API also was built for a micro-frontend client application, which runs above the Angular framework and single-spa
- NodeJS
- Express
- Typescript
- Swagger
- AWS CloudWatch Logs
- Docker
- Docker Compose
- LocalStack
First of all, make sure you have hit installed, clone this repository and go to the project's directory.
After, running the app it's quite simple, just follow the steps below:
- First, make sure your environment has Docker and Docker Compose available;
- Build the project by running
npm run build
; - Run
docker-compose up --build
for creating the image and run the container; - Access the API documentation at
http://localhost:3333/api-docs
, have fun!
- First, make sure your environment has NodeJS installed;
- Build the project by running
npm run build
; - Install project dependencies by running
npm install
; - Access the API documentation in
http://localhost:3333/api-docs
, have fun!
Made with ❤️ by Danilo