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

https://github.com/nextlevelshit/dhbw-node-ts


https://github.com/nextlevelshit/dhbw-node-ts

Last synced: over 1 year ago
JSON representation

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