Skip to content

Users can book Ice Hockey trainings and get billed. Managers and trainers can administrate trainings. The bookingsystem is an express application with security features, mongoDB and HTML rendering using PUG template engine.

Notifications You must be signed in to change notification settings

prottlaender/bookingsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Express Bookingsystem

  1. Requirements

    • Install node.js and npm on your computer. You can read how to install node and npm on your Mac on Digitaldocblog. Other ways to install node.js can be found on nodejs.org.
    • Install and setup a MongoDB on your computer. You can read how to install and setup MongoDB on a Linux System on Digitaldocblog. I use MongoDB Community Edition. You can read how to install MongoDB on various platforms on MongoDB Documentation pages.
    • git should be installed on your computer. A very good tutorial can be found here on Medium.
  2. Install

    #> git clone https://github.com/prottlaender/bookingsystem.git
    #> cd bookingsystem
    #> npm install
    #> node booking.js
    
    
  3. Final Asumptions

About

Users can book Ice Hockey trainings and get billed. Managers and trainers can administrate trainings. The bookingsystem is an express application with security features, mongoDB and HTML rendering using PUG template engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages