Project for Summer Research Internship
Demo website: https://medi--search.herokuapp.com/
Make sure you have node.js and npm installed.
Clone the project
git clone https://github.com/MR-1301/SRI-Team-9AB-MediSearch.git
Go to the project directory
Place .env file here(get the file from me)
Install dependencies
npm install
Start the server
npm start
Go to http://localhost:4000
To run this project, you will need to add the following environment variables to your .env file
DBURI=#your Database URI here
GOOGLE_CLIENT_ID=#your google clientId here
GOOGLE_CLIENT_SECRET=#your google client secret here
SECRET=#your session secret here
CLOUDINARY_CLOUD_NAME=#your Cloudinary Cloud Name
CLOUDINARY_KEY=#your Cloudinary Key
CLOUDINARY_SECRET=#your Cloudinary Secret
Client: EJS
Server: Node, Express, MongoDB