Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

vit-lebediev/order-lunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Lunch

A simple application which allows to order lunch, and manage orders

  • New User Account Creation
  • Secure Password Reset via Email
  • Ability to Update / Delete Account
  • Session Tracking for Logged-In Users
  • Local Cookie Storage for Returning Users
  • Blowfish-based Scheme Password Encryption
  • Place order for lunch
  • List all previous orders with their status (currently only two statuses: not accepted and accepted)
  • Administrator is able to manage orders, marking them as accepted

Order-Lunch is built on top of the following libraries :


Installation & Setup

This assumes you already have node.js & npm installed.

git clone git@github.com:Malgin/order-lunch.git order-lunch
cd node-login
npm install -d
node app

Questions and suggestions for improvement are welcome.

About

Small node.js + mongoDB system that allows you to order lunch, and manage different orders

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors