Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```