Skip to content

API for Trillio & also accidentally put together a webapp

Notifications You must be signed in to change notification settings

AnkitPatanaik/trillio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trillio-api

Directions to run

  1. Install Homebrew (link)

  2. Install MongoDB

    brew install mongodb
    
  3. Install Node dependencies

    brew install node //if you don't have node installed already
    npm install
  4. Start MongoDB server

    brew services start mongodb
    
  5. Start node server

    node app.js
    
  6. Server is now running on: localhost:3000

  7. When done, turn off Mongodb server to prevent issues when using in the future

    brew services stop mongodb
    

About

API for Trillio & also accidentally put together a webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published