Auth Boilerplate
Features
- Eslint/Prettier configured
- Dockerized
- Organized file structure
- Easy to customize
- Fully typed
Prerequisites
Locally
- Grab the env variables to speed up the process
- Install Docker
- Install dependencies by running
yarn
- Run
yarn docker:compose
- Run
yarn docker:migration:up
- Run
yarn watch
- Open
localhost:3000/api
Deploying to a VPS or Cloud service
TBD
Built with
- TypeScript
- TypeORM
- Type-graphql
- Apollo server
- Sendgrid
- And these useful of JavaScript libraries package.json
License
This project is licensed under the MIT License - see the LICENSE.md file for more details
Contributors
Credits
This boilerplate was bootstraped with help of my friend: https://github.com/JefferyHus