Homework assignment using JQuery, Ajax, Node.js and MongoDB for the subject 18CSE343T Web Application Development.
Tools | Version |
---|---|
Node | 12.6.1 |
Express | 4.17.1 |
Mongoose | 5.10.5 |
JQuery | 3.5.1 |
- Fork this repository
- Clone your repository forked from this one
git clone https://github.com/:username/Grocers-Web-App
- Install all
npm
libraries.
npm install
- Save following credentials to local
.env
in the project folder.
MONGODB_USERNAME=example#@uname
MONGODB_PASSWORD=example#@passw
MONGODB_DATABASE=example#@mongo
- Run the included development server.
npm run test
- You can view the frontend at
localhost:8080/
in your browser.
If you found this repo cool and/or useful, please ⭐ the repo. If you want to contribute, go ahead and 🍴 it!