Skip to content

julio22b/inventory-application

Repository files navigation

Inventory Application

Installation

Clone this project locally and run:

npm install

Then run this command to start the project in development on localhost:3000

npm run dev

Description

This is part of The Odin Project's NodeJS course. In this app, the users can navigate through categories and look at items which they can update or delete (with a password) or create new ones.

It was built with:

  • NodeJS with the Express framework.
  • MongoDB for the database using mongoose.
  • Handlebars as an HTML template engine.

I learned how to use some libraries like multer for image uploading and express-validator to validate and sanitize incoming data.

Images are from Undraw and Unsplash.

License

MIT