Skip to content

This is a Inventory Web Application. This project was used to practice node.js, Express and mongoDB

Notifications You must be signed in to change notification settings

VictorLi5611/Inventory-Tracker-Web-Application

Repository files navigation

Inventory Tracker Web Application

By Victor Li This Project was used to practice nodeJS, Express and MongoDB

Setting up the Application

Set up mongodb

  • Please download mongodb and mongodb compass
  • In the cmd run the command mongod --dbpath=
  • In mongodb compass activate the server and make sure it is running on localhost:27017

Set up node.js and express

  • Please download node.js
  • Once you are in the same directory as the app, run npm install to install the modules
  • Then run node ./databaseInit.js to add items to the database
  • Then run npm start
  • Then go to http://localhost:3000/

How to stop running the applicaiton

  • hit ctrl+c in the terminal to terminate the server

Modules and Technology used

  • Mongodb
  • Express
  • Nodejs
  • Pug

About

This is a Inventory Web Application. This project was used to practice node.js, Express and mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published