https://github.com/abdizriel/bootstrap-api
TypeScript, TypeDI, TypeORM, TypeGraphQL
https://github.com/abdizriel/bootstrap-api
Last synced: 8 months ago
JSON representation
TypeScript, TypeDI, TypeORM, TypeGraphQL
- Host: GitHub
- URL: https://github.com/abdizriel/bootstrap-api
- Owner: Abdizriel
- Created: 2020-10-24T14:21:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T14:22:53.000Z (almost 5 years ago)
- Last Synced: 2024-12-30T23:32:09.549Z (10 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the production mode.
Open [http://localhost:4000/graphql](http://localhost:4000/graphql) to view it in the browser.### `yarn dev`
Runs the app in the development mode.
Open [http://localhost:4000/graphql](http://localhost:4000/graphql) to view it in the browser.### `yarn build`
Builds the app for production to the `dist` folder.
### `yarn migration:run`
Run the database migration.
### `yarn migration:revert`
Run the database migration revert(last one).
### `yarn format`
Format whole codebase by prettier
## Bootstrap use
- [TypeScript](https://www.typescriptlang.org/)
- [TypeORM](https://typeorm.io/)
- [TypeDI](https://github.com/typestack/typedi)
- [TypeGraphQL](https://github.com/MichalLytek/type-graphql)
- [routing-controllers](https://github.com/typestack/routing-controllers)