An open API service indexing awesome lists of open source software.

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

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)