Skip to content

Inventory app that displays CRUD functionality using MERN stack

Notifications You must be signed in to change notification settings

QasimAK191/mern-crud-inv-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Inventory Management Tool

Technologies

React, MongoDB, Express, and Node

Run Project

Client:

Open directory in CMD

npm install -Sf (-Sf makes packages force save to server)

Server:

mongod (need Mongodb installed)

cd backend/ 

nodemon server.js
(Should output succesful connection message to MongoDB database)


cd ../ (go back to root folder)

npm start (Starts application on localhost:3000)

About

Inventory app that displays CRUD functionality using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published