Skip to content

ejbogantes/nodejs-restfulapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js RESTful API

Requirements

  • Docker 17.12 or greater

Developing Specs

  • Node.js v8.10.0 LTS
  • MongoDB v3.7

How to run the project with Docker

Create the ./project.env file based on the Docker specifications and the ./project/.env.sample file.

In case that you have permission issues with these executables run the following commands:

  • chmod +x start.sh
  • chmod +x stop.sh

Run the project:

$ ./start.sh

Stop the project:

$ ./stop.sh

How to view the project

Documentation in progress...