vitortolentino / GoBarber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoBarber

GoBarber is a Node.js POC( Proof of Concept ), used to test certain concepts

Get Started

npm

npm run dev

Yarn

yarn dev

The following is a list of implemented features and future implementations

  • Express
  • Express Routes
  • JWT
  • Sequelize
  • Multer( Upload files )
  • Yup( Validate Input )
  • BcryptJs( Encrypting data )
  • MongoDB
  • Nodemailer
  • Handlebars( template engine )
  • Redis( queue control )
  • Handling Exceptions
  • Environment variables
  • TDD (Test Driven Design)

About


Languages

Language:JavaScript 97.9%Language:HTML 2.1%