Permission Portal : Built entirely using Meteor JS Framework for GNU/Linux Users' Group NITDGP
** HOW TO USE **
- Download or Clone the repository into a folder in your desktop.
- Install Nodejs from their official site --
- Then, Install MetoerJS from their official site -
- Inside the folder containing the repository, open the Command Prompt(or Terminal) as admin and type the command "npm init" to install all the node modules neccessary for running the project.
- After the Modules are installed, type "meteor run" into the command prompt. The Web App will be served by default on https://localhost:3000.
- To change the port of server, you can type "meteor run --port " into the Terminal.