Node.js application using express and ejs.
- This is Sports website of IIITG.
- It provides an overview of different indoor and outdoor sports.
- Insight of events organised at IIITG and also events at which IIITG participated.
- Photos of the events and sports organised.
- Details of present student and faculty coordinators.
Make sure you have Node.js and npm installed
$ git clone https://github.com/IIITG-Open-Source/Sports-Board
$ cd Sports-Board
$ npm install
$ npm start
For development purpose of project,use :
$ npm run dev
For contributing to this project, fork the repo and clone it to your local system. Do read the guidelines and follow the instructions before making contribution.