Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pieropatron/onlanta-test
Test task from Onlanta team
https://github.com/pieropatron/onlanta-test
expressjs joi nodejs postgresql typeorm typescript
Last synced: about 1 month ago
JSON representation
Test task from Onlanta team
- Host: GitHub
- URL: https://github.com/pieropatron/onlanta-test
- Owner: pieropatron
- Created: 2023-11-25T19:28:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T23:29:46.000Z (about 1 year ago)
- Last Synced: 2023-12-03T01:27:41.456Z (about 1 year ago)
- Topics: expressjs, joi, nodejs, postgresql, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Задание в issue.txt
Перед запуском необходимо заполнить файл .env в корне проекта согласно .env-example.txt
А так же выполнить синхронизацию БД (создание необходимых таблиц, отношений и т.д.)
`npm run typeorm:sync`Запуск приложения в режиме разработки:
`npm run start:dev`Билд:
`npm run build`Запуск приложения в режиме прод (после билда):
`npm run start:prod`