Skip to content

the777ist/tyy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript GraphQL Server Boilerplate

Steps to run this project:

  1. Install dependencies using command yarn install
  2. Setup database settings inside ormconfig.json file
  3. Start redis server using command sudo service redis-server start
  4. Change to postgres user using command sudo -i -u postgres
  5. Start postgresql using command sudo service postgresql start
  6. Generate types for all schemas using command yarn gen-schema-types
  7. Start server on localhost:4000 using command yarn start
  8. Run tests using command yarn test

About

TypeScript GraphQL Server Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors