Creating relationships with Postgres and TypeORM, JWT authenticatio and swagger.
$ npm install
PostgreSQL database connection options are shown in the following table:
Option | Development |
---|---|
Host | localhost |
Port | 5432 |
Username | postgres |
Password | postgres |
Database | demodb |
# development
$ npm run start
Swagger docs will be available at http://localhost:8000/api/docs/.