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