Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lucasbbs/dio-meetingroom-app
- Owner: lucasbbs
- Created: 2021-01-16T17:47:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T23:44:18.000Z (9 months ago)
- Last Synced: 2024-04-13T18:08:04.053Z (8 months ago)
- Topics: angular, bootstrap, express, jasmine, jquery, karma, nodejs, protractor, typescript
- Language: TypeScript
- Homepage:
- Size: 621 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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