Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zetaret/nest-react-factory-example1
Nest + React Factory Example 1
https://github.com/zetaret/nest-react-factory-example1
api babel crud fetch form knexjs migration mysql2 nestjs pg postman react-dom react-router reactjs seed terserplugin webpack zod
Last synced: 29 days ago
JSON representation
Nest + React Factory Example 1
- Host: GitHub
- URL: https://github.com/zetaret/nest-react-factory-example1
- Owner: ZetaRet
- Created: 2024-11-09T11:24:30.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:51:24.000Z (about 1 month ago)
- Last Synced: 2024-12-08T18:30:38.938Z (about 1 month ago)
- Topics: api, babel, crud, fetch, form, knexjs, migration, mysql2, nestjs, pg, postman, react-dom, react-router, reactjs, seed, terserplugin, webpack, zod
- Language: TypeScript
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Read the `setup.md` and choose the steps missing on your computer to finalize the install.
> Type in terminal `npm run start` from the main folder and open `http://localhost:4400/`. Nest and React are compiled.
## Use
__Technology__ Set:
- nest
- express
- mysql and postgresql
- knex sql-orm
- zod data validation
- react
- react-router
- postman api and js fetch## Seeding
Migrate to latest in `nest-backend` using `knex migrate:latest` or `npm run migrate` or from VSCode hover `migrate` scripts of `package.json` and __Run Script__.
Seeding in the same folder using `npm run seedvendors`.
Seeding in the same folder using `npm run seedvehicle`.
Seeding in the same folder using `npm run seedservices`.Loading of an example electric vehicle with all the parts by name, model and quantity.
Seeding of 2 vendors: Thunderbolt, Kron.
Seeding of 1 vehicle assembly and its parts by vendor in each table mobile_parts/store/vehicle_parts.
Seeding of invoice services.Introductory to the __Skyline Road__ modular technology for electric and hybrid vehicles by __Blacktower Skyscraper__ and the automation principles based on permanent internet connection requiring our state platformed.