ππ A Node.js boilerplate with RESTful, GraphQL, Prisma, PostgreSQL and awesome tools.
- Using ESNext
- Setup Babel, ESLint, Prettier, Ava and Husky.
- Having Basic authentication and authorization.
- Setup a basic RESTful API.
- Integrating Graphql.
- Using Prisma and PostgreSQL.
$ git clone https://github.com/cuongw/node-boilerplate.git
$ cd node-boilerplate && rm -rf .git
$ sudo docker-compose up -d
$ yarn prisma:deploy
$ yarn
$ yarn start:dev
π Awesome
MIT Β© cuongw