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

https://github.com/sumedhe/lab-reservation-system

Online Lab Reservation System
https://github.com/sumedhe/lab-reservation-system

angular6 labs mongodb nodejs reservation-system ucsc

Last synced: 9 months ago
JSON representation

Online Lab Reservation System

Awesome Lists containing this project

README

          

# Lab Reservation System

Angular based Lab Reservation System for school teachers

![lab-reservation-system](https://user-images.githubusercontent.com/2020370/44951506-cdb5e980-ae83-11e8-8360-b04b7893ea32.jpg)

## Start Server
```
cd Server
node index.js
```

## Start Client
```
cd Client
npm start
```
Open `http://localhost:4200` in browser