------ABOUT------
Hello everyone! We are team "Krypto Knights" and as a submission for AMOC (A month long challege for development), we have created this website named "Sahyog" which helps homeless and helpless stray animals find a shelter and stay safe. "Sahyog" is a animal help website where anyone ka report about any homeless stray animal and any other person can connect through the means of website to adopt that animal. This website also aims to spread awareness among the people about animal abuse and help them connect to various animal help NGOs in order to help stray Animals. This website is developed by a team of three undergraduate students at Indian Institute of Information Technology, Surat which includes Prasang Maheshwari, Richard Tirkey and Astik Mehta. You can visit the website at: https://lit-lake-75487.herokuapp.com/
------INSTALLATION AND USAGE------
To Run this project locally : Download this project and install the dependencies using Nodejs Prompt.
1.npm install express
2.npm install mongoose
3.npm install body-parser
4.npm install nodemon
5.npm install ejs
To Set Up a dummy Database For Application Purpose :
Go to app.js and enter the mongodb standard URI connection string containing your username and password. It is of the form mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]] OR you can use our sample database by using this URI connection string mongoose.connect("mongodb+srv://admin-prasang:test123@cluster0.6dkwq.mongodb.net/sahyogdb", {useNewUrlParser: true});
------TO RUN THE SERVER LOCALLY------
Enter "nodemon app.js" in the terminal while control is present in the required directory
OPEN YOUR BROWSER AND OPEN: localhost:3000