Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasbbs/dio-meetingroom-app


https://github.com/lucasbbs/dio-meetingroom-app

angular bootstrap express jasmine jquery karma nodejs protractor typescript

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# dio-meetingroom-app

Project created with [Angular 11](https://github.com/angular/) to consume the API [dio-meetingroom](https://github.com/lucasbbs/dio-meetingroom).

## Technologies used ๐Ÿ”ง

- Angular 11
- Typescript
- HTML
- CSS
- Bootstrap 5
- Material Icons
- Jasmine
- Karma

## Notes ๐Ÿ“ข

This application requires the Meeting Rooms API, available at https://github.com/lucasbbs/dio-meetingroom.

## Running the application ๐Ÿš€

Just access the project's root folder and execute `ng serve` to start the application.

After that, just navigate to `http://localhost:4200/`.

## Running unit tests ๐Ÿงช

To run unit tests, just execute `ng test`. This command will run the tests and open a page in the browser with the results.

## Features

[ โœ” ] View rooms

[ โœ” ] Display room details

[ โœ” ] Add new rooms

[ โœ” ] Delete rooms

[ โœ” ] Update room data

[ โœ” ] Validation of entered data