rafaeldo / go-nodejs-restapi

Node.js REST for RockeatSeat Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js REST API

Node.js REST API with:

Getting Started

  1. Clone the repository.
  2. You will need Mongo installed in your machine or a docker container (mongo image recommended).
  3. You will need Redis installed in your machine or a docker container (redis:alpine image recommended).
  4. Setup the environment variables (dotenv). Rename file .env-example to just .env and fill in the variables. *Remember to change NODE_ENV to production if you host it online. *You will need a sentry.io account for Error tracking.
  5. In root folder run npm install.
  6. In root folder run npm start.

About

Node.js REST for RockeatSeat Bootcamp


Languages

Language:JavaScript 96.8%Language:HTML 3.2%