https://github.com/azrubael/221223-tutorial-api
Tutorial API framework, second iteration
https://github.com/azrubael/221223-tutorial-api
Last synced: about 1 year ago
JSON representation
Tutorial API framework, second iteration
- Host: GitHub
- URL: https://github.com/azrubael/221223-tutorial-api
- Owner: Azrubael
- Created: 2022-12-23T09:33:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T10:59:20.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:32:20.201Z (over 1 year ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Вторая итерация учебного API фреймворка, вдохновленная изучением курса "Node.js - построение архитектуры приложений" от 2021г.
## Скрипты
"scripts": {
"start": "node dist/main.js",
"watch": "tsc --watch",
"lint": "eslint .",
"dev": "nodemon",
"lint:fix": "eslint . --fix",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
}