Skip to content

techspaceusict/infox17

Repository files navigation

README

infox17

Website - Infoxpression 2017

Techfest USICT

InfoXpression is the annual techno-cultural fest of University school of Information and Communication Technology. It is the biggest technical extravaganza held at Guru Gobind Singh Indraprastha University, and involves an active participation of students from over 250 colleges of north India.

To contribute check out the Contributor's Guide.

This README would normally document whatever steps are necessary to get the application up and running.

Running infox17 on your system:

  1. Install ruby on rails. Help : https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rvm-on-ubuntu-16-04
  2. clone the repository
  3. open the repository in terminal
  4. cd into project cd infox17 and run:
$ bundle install
$ rake db:migrate
$ bundle exec rails server
  1. Now open localhost:3000 in browser and you are done.