mr4torr / course-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Project Build with TypeORM

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm start command

Steps commands created project of zero:

  1. npm i -g typeorm ( global install package typeorm )
  2. typeorm init --name server --database postgres ( start project with typeorm )
  3. npx tsconfig.json (select option node )
  4. yarn upgrade-interactive --latest ( updates packages to the latest version )
  5. createdb course-graphql-4 ( create database )
  6. yarn add express apollo-server-express graphql
  7. yarn add -D @types/express @types/graphql

About


Languages

Language:TypeScript 99.3%Language:Shell 0.7%