Skip to content

Assignment using JQuery, Ajax, Node.js and MongoDB for the subject 18CSE343T Web Application Development.

License

Notifications You must be signed in to change notification settings

mihirs16/Grocers-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 Grocers

Homework assignment using JQuery, Ajax, Node.js and MongoDB for the subject 18CSE343T Web Application Development.

Built Using

Tools Version
Node 12.6.1
Express 4.17.1
Mongoose 5.10.5
JQuery 3.5.1

Getting Started

  • 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!

About

Assignment using JQuery, Ajax, Node.js and MongoDB for the subject 18CSE343T Web Application Development.

Topics

Resources

License

Stars

Watchers

Forks