/express-boilerplate

Boilerplate Express with Sequelize, bcryptjs, JWT, Yup, sucrase, nodemon.

Primary LanguageJavaScript

Express Boilerplate ⚡ 🔨

expressjs

Express Boilerplate, A fast and effective API Boilerplate developed in express.




Dependencies ✔️

  • Node JS
  • Express
  • PostgreSQL
  • Sequelize
  • bcrypt
  • JWT
  • Yup
  • Helmet
  • dotenv

Development tools used 🔨

  • Nodemon
  • sucrase
  • Jest
  • Supertest
  • Postbird
  • Postman

Installation and run application 🏃

Edit .env file and run

  1. yarn install
  2. npx sequelize-cli db:migrate
  3. npx sequelize-cli db:seed:all
  4. yarn dev

Run tests ✔️

yarn test