GitHunt

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.

Languages

JavaScript96.8%HTML3.2%

Contributors

Created February 24, 2019
Updated March 26, 2019
rafaeldo/go-nodejs-restapi | GitHunt