Skip to content

menikhilpandey/high-seas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Seas (IEEE DTU API)

Installation

  • Install Git if you haven't yet.

  • Install Node v4 or above.

  • Install NPM v3 using sudo npm install -g npm after installing Node.

  • Install Sails framework.

  • Install the dependencies using npm install

  • Test the installation by sails lift

Where's the API ?

The API is available at localhost:1337/high-seas. Sails actually generates a new Model "High-seas" (file located in api/models/High-seas.js) and a Controller "High-seasController" ( file located in api/controllers/High-seasController.js).

Simply add routes in controller and some schema in model, and you'll have the bare API running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • HTML 26.0%
  • CSS 0.3%