Skip to content

rafaeldo/go-nodejs-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.