Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 513 Bytes

Itsdone

This is just the backend service, the client app repo ItsDone.

Requirements

  • Redis
  • Node
  • MongoDB
  • Ionic Framework
  • Phonegap

Getting started

  • Clone the repo and ensure redis is running
  • run npm install to get all packages required to run the server.
  • run node server to run the server
  • visit http://localhost:8080 in your browser