Inventory application implemented in Javascript, Node, Express and ejs. Performs CRUD operations on MongoDB database depending on user input and displays relevant results
Find a file
2023-09-11 15:22:05 -07:00
bin progress update: functioning Read functionality 2023-09-07 20:56:08 -07:00
controllers all CRUD operations functional 2023-09-09 18:47:17 -07:00
models progress update: functioning Read functionality 2023-09-07 20:56:08 -07:00
routes functioning create and delete functionality 2023-09-09 17:08:00 -07:00
views all CRUD operations functional 2023-09-09 18:47:17 -07:00
.gitignore updated database name and added Deta Space config 2023-09-11 15:22:05 -07:00
app.js updated database name and added Deta Space config 2023-09-11 15:22:05 -07:00
LICENSE Initial commit 2023-09-06 03:21:08 +00:00
package-lock.json functioning create and delete functionality 2023-09-09 17:08:00 -07:00
package.json functioning create and delete functionality 2023-09-09 17:08:00 -07:00
populatedb.js progress update: functioning Read functionality 2023-09-07 20:56:08 -07:00
README.md Initial commit 2023-09-06 03:21:08 +00:00

express-inventory-application

Inventory application implemented in Javascript, Node, Express and ejs. Performs CRUD operations on MongoDB database depending on user input and displays relevant results