Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 472 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 472 Bytes

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)