Steps to run this project:
- Run
yarn
command - Setup database settings inside
ormconfig.json
file - Run
yarn start
command to run the server. - Run
yarn test
command to run all test files. - Run
yarn gen-schema-types
command to generate (typeDefs or SchemaTypes) to use on the resolvers.
- GraphQL
- Typeorm
- Express.JS
- Typescript
- Jest
- PostgreSQL
- nodemon
- More...
- Redis
- Social Auth (facebook, twitter, etc..)
- Authentication
- Rate Limiting
- Email Confirmation.. etc
- public API + Docker? sounds interesting..