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

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

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"
}