Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 244 Bytes

Node.js boilerplate with Express, redis, GraphQL and TypeORM

Steps to run this project:

  1. Run npm i/yarn command
  2. Setup database settings inside ormconfig.json file
  3. Start redis server
  4. Run npm start/yarn start command