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
- Host: GitHub
- URL: https://github.com/sumedhe/lab-reservation-system
- Owner: sumedhe
- License: mit
- Created: 2018-06-30T16:25:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T08:58:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-16T08:11:25.339Z (over 1 year ago)
- Topics: angular6, labs, mongodb, nodejs, reservation-system, ucsc
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lab Reservation System
Angular based Lab Reservation System for school teachers

## Start Server
```
cd Server
node index.js
```
## Start Client
```
cd Client
npm start
```
Open `http://localhost:4200` in browser