Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 884 Bytes

Meeting Room Project

This is the Angular front-end version. Check the Java back-end in this link.

To run:

  1. Clone this repo git clone https://github.com/danielmrcl/meetingRooms-project.
  2. Download dependencies npm install.
  3. Run ng serve for a dev server. Navigate to http://localhost:4200/.

Requirements

  • Angular CLI
  • npm

Screenshots

Path: /add

Create Room

Path: /rooms

Room List

Path: /details/:id

Room Details

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.