Skip to content

Referendum/Referendum-Server

Repository files navigation

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

Releases

No releases published

Packages

No packages published