This project is a full stack website for managing Events in NITC.
To run this project, you will need to add the following environment variables to your .env file
GOOGLE_CLIENT_ID= '130445891069-g41nimjg0toaidiei6f8004e91k8uk1m.apps.googleusercontent.com'
GOOGLE_CLIENT_SECRET= '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'
PORT=3000
SESS_NAME='sid'
SESSION_SECRET='secret'
SES_LIFE= 7200000
NODE_ENV='development'
- node intalled in your system
- mongodb installed and is running in background. For installation refer this link https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-windows/ or https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu-tarball/ .
- Make sure that no other application is using port 3000
Clone this repository https://github.com/navnit28/nitc_events
Then run these commands in your terminal
cd nitc_events
npm install
node app.jsOpen http://localhost:3000/ in your browser to view the application
In case of any issues in installation Caontact me - [email protected] or +91 7992291651