Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 400 Bytes

RuinaBackend

Backend server for Ruina using node.js and express

Getting Started

To start this minimal express app:

  • install node.js from here
  • Clone this repo
  • "npm install" to install all required dependencies
  • "npm start" to start running the app

Navigate to: http://localhost:3000/

This app is made using express-generator.