Skip to content

mattie-mcp/computer-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer Lab Reservations

Simple application that uses angular, node, and grunt to reserve computers in a computer lab and view passed time.

Requirements

  • Node >= 6.11
  • Grunt >= 1.0.1

Building

This project consists of a client and server. Each must be built in order to use application.

  • Clone repo
git clone __link___
  • Install dependencies from within client and server
npm install
  • Prep client
cd client
grunt build
  • Start server
cd server
npm start
  • Navigate to localhost:3000

TODO

  • Look into node-webkit for single exe
  • Beautify screen
  • Add computer management screen
  • Add easter egg for kids

About

Simple NodeJS computer reservation system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published