https://github.com/brawlingthebits/orm-users-crud
An users crud working with typescript, node, orm and repository pattern.
https://github.com/brawlingthebits/orm-users-crud
crud orm typeorm typescript
Last synced: over 1 year ago
JSON representation
An users crud working with typescript, node, orm and repository pattern.
- Host: GitHub
- URL: https://github.com/brawlingthebits/orm-users-crud
- Owner: brawlingthebits
- Created: 2022-05-18T16:57:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T17:30:31.000Z (about 4 years ago)
- Last Synced: 2025-01-19T09:30:29.848Z (over 1 year ago)
- Topics: crud, orm, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ORM CRUD & Repository Pattern
This is a project to work with typescript, node and type orm to create a users API with uuid and bcrypt libraries.