Skip to content

thurdelima/node-advanced-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥋 Working other patterns for backend nodejs

Class cache for create and destroy caches to optimize operations in backend

💡 About project:

Backend with authentication and some routes cruds with patters service, where we remove business rules of controller and put in folder called service. Pattern validator, where we remove validate rules of controller and put in folder and set in route as midleware.

🔥 Functions:

Though aplication we can:

  • Authenticate with JWT
  • CRUD users
  • CRUD appointments

⚙️ Some Techs:

  • express
  • express-async-errors
  • date-fns
  • bcryptjs
  • bee-queue
  • cors
  • ioredis
  • jsonwebtoken
  • mongoose
  • multer
  • nodemailer
  • sequelize
  • yup

🏁 Run project:

Clone repository

$ git clone https://github.com/thurdelima/node-advanced-patterns

enter folder and run command

yarn

run local

yarn start

---

Made with ♥ by Arthur Lima 👋 Get in touch!


About

🥋 Working other patterns for backend nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors