Backend for recipe app based on typescript, typeorm and postgres
|
|
||
|---|---|---|
| bruno/recipe-backend | ||
| node_modules | ||
| src | ||
| .env | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Awesome Project Build with TypeORM
Steps to run this project:
- Run
npm icommand - Setup database settings inside
data-source.tsfile - Run
npm startcommand