This is a simple lab reservation system developed for UCSC. This web application is developed specially to cater the reservations of the laborarties at UCSC made by the users. All the current reservations are also displayed in the system. Not only that, users are also able to search on lab availability by just entering the date. When the users are making a new reservation, user is informed if the time is overlapped with another reservation.
This project was generated with Angular CLI version 6.0.8.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Navigate to '`http://localhost:4200/login'. This will direct to login page. Use username:admin and password:labadmin to log in to the admin panel. You can register your own admins by going to register users link in the sidebar.
#Assumptions and constraints
• The internet connection is a necessary available so as to work the software as intended. • User should select the required lab he want to reserve from the sidebar. • An admin registration should be done by another admin who is logged into the admin panel. • Only the requests that are given approval (status in green badges) are considered as the current reserved time slots and only those are displayed to the user as reserved.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.