Backend server for Ruina using node.js and express
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.