/neosbarber

node and express backend apis

Primary LanguageJavaScript

NeosBarber (Personal template App) ✌️

🚧 🚧 Docs under construction .. 🚧 🚧

What you'll find here :

  • Sucrase - ES7 , ES8 , ES9 sintaxe on nodejs
  • Nodemom - server and debugging
  • ESLint - code quality
  • Prettier - code quality and beauty 💅
  • EditorConfig - normalize differents editors
  • Sequelize ORM - migrations , models and ORM things
  • Sequelize CLI - help on boring stuff
  • Yup - Schema validator
  • Multer - Multipart upload

Running the project :

yarn && yarn dev

  • Docker with postgres docker run --name pgdatabase -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres

  • Creating migrations yarn sequelize migration:create --name create-user

  • Running migrations yarn sequelize db:migrate


Author : Frederico Bezerra (Fredd) 👏 👏

Thanks to EstartandoDevs 💻

Especial Thanks to RocketSeat 🚀