kushalramakanth / PantryNode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PantryNode

NPM NodeJS

Description

In this project, we have implemented food pantry management using a NodeJS-based web framework. This project allows the organizations to keep track of the food items available and utilized by community members. It ensures the control of pantry services for the staff and administration. The application also helps to keep track of donations from various sources and effectively visualize the records.

Code of Conduct

License

License

Continous Integration

License

Technology Stack

Back-End

  • MongoDB
  • Express JS
  • JavaScript

Front-End

  • EJS
  • CSS
  • BootStrap
  • jQuery

Installation

  • All the code required to get started

Clone

  • Clone this repo to your local machine using git clone https://github.com/ChicoState/PantryNode
$ cd PantryNode

Setup

now install npm packages

$ npm install

now start the server

$ npm start

Alternative to npm start

$ npm install nodemon

Run Nodemom

$ nodemon bin/www

Brower

  http://localhost:3000/

Features

Dashboard System

  • This project implements a dashboard system for various operations, like checkout students, stock management, and donation tracking.

Stock Management

  • This functionality allows to add the stock and maintain the record for various type of donations by category i.e., Anonymous, Organization, and Pantry Purchased.

  • Additionally, Allowing to manage the purchase and expiry of the stock.

Sales Report

  • The sales report allows the admin or the pantry organization to visualize the stock, expiry, and waste management. It also helps to keep the count of various parameters such as students count, expired item count, available item count, and utilized item count.

Static Code Analysis Tool

  • JSLint

Contributing

See the Contributing guide to contribute to the project!

About

License:MIT License


Languages

Language:EJS 65.0%Language:JavaScript 29.0%Language:CSS 6.0%