An Online E-commerce website for medicines.
https://medeasyy.herokuapp.com
-
Login using `email: admin@admin.com` `password: admin`
on signup enter admin code = `"secretcode"`
-
signup using your valid email-id to recieve order confirmation email.
- clone this Repository by
git clone https://github.com/shahshubh/medEasy.git
. - Inside root directory create a .env file and add these
DATABASEURL=mongodb+srv://shubh:medeasy@cluster0-tikja.mongodb.net/test?retryWrites=true&w=majority
MAILPASS=your_mail_pass
- Also change user field to your email id in routes/shoppingcart.js file on Line 177 and Line 250 .
CAPTCHASECRETKEY=your_secret_key
CAPTCHASITEKEY=your_site_key
- This is required for google recaptcha on signup page. You need to get your secret key and site key from here
- If you don't want to do this then leave these two env variables. Only recaptcha won't appear rest application would work fine.
- Now in the terminal run:
npm install
node app.js
- Open your browser and enter url
http://localhost:3000
- Frontend: Html, Css, JavaScript, Bootstrap
- Backend: Nodejs
- Framework: Expressjs
- Database: MongoDB
- Shubh Shah - Backend Developer
- Sakshi Shelar - Frontend Developer
- Hiral Sheth - Frontend Developer