Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmrosatab/book-rental-control-backend
- Owner: mmrosatab
- Created: 2024-10-11T22:11:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T23:24:09.000Z (about 2 months ago)
- Last Synced: 2024-12-22T00:24:07.413Z (about 2 months ago)
- Topics: koa, nodejs, postgres, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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