Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 668 Bytes

File metadata and controls

executable file
·
30 lines (23 loc) · 668 Bytes

Server Boilerplate Project

Steps to run this project:

  1. Run yarn command
  2. Setup database settings inside ormconfig.json file
  3. Run yarn start command to run the server.
  4. Run yarn test command to run all test files.
  5. Run yarn gen-schema-types command to generate (typeDefs or SchemaTypes) to use on the resolvers.

Stack, Technologies, Tools?

- GraphQL 
- Typeorm 
- Express.JS
- Typescript 
- Jest 
- PostgreSQL
- nodemon 
- More... 

Soon..

  • Redis
  • Social Auth (facebook, twitter, etc..)
  • Authentication
  • Rate Limiting
  • Email Confirmation.. etc
  • public API + Docker? sounds interesting..