Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiereeinar/inventory-application
Inventory Application made with Express.js, Node.js, and MongoDB
https://github.com/fiereeinar/inventory-application
expressjs mongodb mongoose nodejs pugjs
Last synced: 9 days ago
JSON representation
Inventory Application made with Express.js, Node.js, and MongoDB
- Host: GitHub
- URL: https://github.com/fiereeinar/inventory-application
- Owner: FiereEinar
- Created: 2024-05-24T00:41:25.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T23:10:45.000Z (6 months ago)
- Last Synced: 2024-10-18T01:34:49.133Z (29 days ago)
- Topics: expressjs, mongodb, mongoose, nodejs, pugjs
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory Application
Inventory Application made with Express, Node.js, and MongoDB. It uses the Pug templating engine for rendering views. It supports full CRUD operations on items and categories plus a bonus feature of image upload for items using cloudinary.
## Built with
- Express
- Node
- MongoDB
- Pug
- Cloudinary## Features
- CRUD operation on Items
- CRUD operation on Categories
- File upload## Getting Started
```bash
git clone https://github.com/FiereEinar/inventory-application.git
``````bash
cd inventory-application
``````bash
npm install
``````bash
npm run serverstart
```