rafaelcn72 / proj3_dio

Projeto 3 - SPTech Desenvolvimento Fullstack - DIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Construindo sexy APIs usando arquitetura serverless.

Projeto "Construindo sexy APIs usando arquitetura serverless" elaborado no Bootcamp SPTech Desenvolvimento Fullstack - Digital Innovation One. Criado a partir do Webinar do Dev Igor Halfeld.

Technology   |    Prerequisites   |    Getting started   |    How to contribute   |    License

πŸš€ Technology

  • Express β€” A web framework for Node.js
  • Bull β€” Premium Queue package for handling distributed jobs
  • MongoDB - NoSql Database

β˜‘οΈ Prerequisites

πŸ†™ Getting started

  • Clone this repo
  • Enter the folder background-jobs-class-by-dio
  • Run yarn or npm install to install the dependencies
  • Copy the .env.example file and create an .env file with email and Redis credentials
  • Run yarn dev and yarn queue to start the full featured local server

✏️ How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

πŸ“ License

This project is under the MIT license. See the LICENSE for more information.


About

Projeto 3 - SPTech Desenvolvimento Fullstack - DIO


Languages

Language:JavaScript 100.0%