Skip to content

Simple REST api for getting holidays dates for each country.

Notifications You must be signed in to change notification settings

radosny/woh-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

When-on-holiday REST API

Project setup


Please be sure that you have mongoDB and node 6.10.3. Setup for OSX:

  • Install mongodb
brew install mongodb
  • Create database with name provided in config
mongo
>use woh_db
  • Switch to specific node version
nvm use
  • Install all dependencies
npm install
  • Create pm2.json & config.json based on example files.

Project run


npm start

About

Simple REST api for getting holidays dates for each country.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages