An open API service indexing awesome lists of open source software.

https://github.com/williamkoller/api-christmas-letter

API Christmas Letter
https://github.com/williamkoller/api-christmas-letter

api nodejs postgresql restful-api typeorm typescript

Last synced: 4 months ago
JSON representation

API Christmas Letter

Awesome Lists containing this project

README

          

Nestjs

# API Christmas Letter

A new project configured to be able to use TypeORM with PostgreSQL

Steps to follow to work on this template:

1. Clone this repository
2. Install all dependencies `yarn`
3. Make a copy of the `.env.example` file to `.env`
4. Do a local test with local server `yarn serve` so you can see that everything is fine.