Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 972 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 972 Bytes

Referendum Server

Build Status

Table of Contents

About

This is a prototype DHAMUN web server. This is only the server, however. It is part of a bigger, 3 component application, which will include the following

a) A web client (another repo)
b) A server (this repo)
c) A mobile app (coming soon)

This is going to be a server that handles various requests from the client and the mobile app. Look at the about repo for all the awesome upcoming features, and for other important things (like contribution guidelines).

Installation

$ npm install

Development

$ npm start

Starts the server at http://localhost:8000.

Try

$ rm -rf node_modules
$ npm i
$ npm start