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
- Host: GitHub
- URL: https://github.com/williamkoller/api-christmas-letter
- Owner: williamkoller
- License: mit
- Created: 2021-06-19T01:26:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T19:50:15.000Z (about 5 years ago)
- Last Synced: 2025-10-26T22:36:54.886Z (8 months ago)
- Topics: api, nodejs, postgresql, restful-api, typeorm, typescript
- Language: TypeScript
- Homepage: https://api-christmas-letter.herokuapp.com/api/docs
- Size: 359 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.