https://github.com/cthacker-udel/booklookupapp
React application using NestJS as the backend with Typeorm integration
https://github.com/cthacker-udel/booklookupapp
backend database frontend full-stack mongodb nestjs nodejs react redux typeorm typescript
Last synced: 3 months ago
JSON representation
React application using NestJS as the backend with Typeorm integration
- Host: GitHub
- URL: https://github.com/cthacker-udel/booklookupapp
- Owner: cthacker-udel
- Created: 2021-12-20T05:19:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T09:39:44.000Z (over 3 years ago)
- Last Synced: 2025-04-25T11:52:05.373Z (about 1 year ago)
- Topics: backend, database, frontend, full-stack, mongodb, nestjs, nodejs, react, redux, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Book Lookup Application
This application uses React as the front end, located in the **client** folder, and uses __NestJS__ as the backend with additional integration from __Typeorm__.
- The react front end will consist of a state being managed by a reducer function, and a sort of react redux type of state, being able to be accessed in every part of the application due to context being passed from the topmost parent component down to every child component. There will be Routers implemented in the application from the npm package _react-router-dom_, and also there will be integration in the components from the npm package _react-bootstrap_ to increase the overall look of the application.
- The NestJS back end integration will consist of mostly basic functionality, and the Typeorm integration allows us flexibility to use different types of databases on-the-fly rather then use mongoose and rely on the database being a MongoDB no-sql database