Skip to content

misis-acm/misis-acm-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready #MISIS ACM Server Built with Grunt NPM


###Based on Nodejs + Angular + Express + Jade + Sass + Grunt.

Development environment setup

####1. Prerequisites

####2. Dependencies

  • Grunt (task automation)
  • Bower (Web package management)
  • Sass (css tool)
npm install bower -g
npm install grunt-cli -g
gem install sass

####3. Installation #####1. Cloning repo

$ git clone https://github.com/IPRIT/misis-acm-server.git

#####2. Install required node modules

npm install

#####3. Bower modules installation:

bower install

#####4. Running Grunt

grunt 

####4. Running application To start the web server for production, run:

npm run build-all-start

To access the local server, enter the following URL into your web browser:

http://localhost:3000/

###Photos

Real-time monitor table

Awesome screenshot 1

Updating status list in real time (not in frozen state)

Awesome screenshot 2

List of contests with custom groups

Awesome screenshot 3

The easiest way to create custom contest

Awesome screenshot 4

Admin panel

Awesome screenshot 5