Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmrosatab/book-rental-control-backend

NodeJS api to control book rental
https://github.com/mmrosatab/book-rental-control-backend

koa nodejs postgres typeorm typescript

Last synced: about 2 months ago
JSON representation

NodeJS api to control book rental

Awesome Lists containing this project

README

        

# book-rental-control-backend

NodeJS api to manage book rental

### how to run application?

- npm run start

### create migration

- npm run migration:create ./src/infra/migrations/MigrationName

### folder structure

- src
- domain
- entity (Domain entities)
- usecase
- infra
- datasource
- database
- entities (Persistence entities)
- migrations
- http
- controller
- repository