Simple RESTful API developed with Nest.
More information about Docker.
$ docker-compose up
Use pgAdmin to connect to PostgreSQL and create a new database named juris
.
Default connection details can be found in type-orm-config.service.ts
file in src
folder.
For a custom connection create a .env
file in root directory and add the custom properties you need.
$ npm install
$ npm run start
To access Swagger UI go to localhost:3000/api.