https://github.com/nextlevelshit/dhbw-node-ts
https://github.com/nextlevelshit/dhbw-node-ts
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nextlevelshit/dhbw-node-ts
- Owner: nextlevelshit
- Created: 2024-04-26T08:41:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T08:41:21.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:41:47.508Z (over 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript (TS) + Object Relational Mapping (ORM)
## Development
1. Run `nvm use` (optional)
2. Run `npm i` command
3. Run `npm start` command
## Testing
1. Run `npm test` command
## Linting
1. Run `npm run lint` command
2. Run `npm run lint:fix` command