Maicol Maicol

AMPPER CHALLENGE

Description

Simple challenge developed by Maicol implementing nestjs, quasar framework and using the following features:

  • NodeJs 16.x+
  • Nest 9.4
  • API REST
  • JWT
  • axios
  • async Events
  • SWAGGER
  • Docker and Docker Compose

Installation

  1. Clone Repository

     git clone https://github.com/mcra02/ammper-challenge
  2. Check the .env file and change the credentials of the connection url to postgresql if necessary (postgresql://USER:PASSWORD@HOST:PORT/DATABASE).

    You should create a database named challenge_app.

  3. Build Docker

     make build
  4. Run Services

     make up
  5. Run help

    make

    or

    make help
  6. Run logs

     make logs
  7. Open API Doc http://localhost:7001/api/v1/swagger

  8. Open Client http://localhost:7002/

Author