Skip to content

ahsan-codejit/typescript-typeorm-graphql

Repository files navigation

typescript-typeorm-graphql

Example project of Typescript, TypeORM, Graphql, Sqlite, Docker etc.

Requirements

App Instructions

Run following commands

  • git clone [email protected]:ahsan-codejit/typescript-express-mongodb.git
  • cd typescript-typeorm-graphql

start app with Docker

  • docker build -t : <path/to/directory>
  • docker run -d --name -p 8001:8001 :

start app without Docker

  • npm install
  • npm start
  • npm run start:dev (dev mood)

Test and Coverage

Test commands are

  • npm test
  • npm run test:coverage:watch (for test and coverage with watch)
  • npm run test:coverage (for test and coverage)

server will start with default 8001 port on url http://localhost:8001

GraphQL

Rest Apis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published