{"id":18862030,"url":"https://github.com/marco-rosner/bookingparadises","last_synced_at":"2026-04-07T20:32:43.714Z","repository":{"id":221239514,"uuid":"753822816","full_name":"marco-rosner/bookingparadises","owner":"marco-rosner","description":"Booking Paradises was built using Typescript, ReactJS, Material UI, Vite, React Router, Hooks, Context API, React Redux, Jest (Unit Tests) and Cypress (E2E Tests)","archived":false,"fork":false,"pushed_at":"2024-04-30T18:08:45.000Z","size":4099,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T09:39:30.279Z","etag":null,"topics":["context-api","cypress","docker","github-actions","hooks","jest","material-ui","react-redux","react-router","reactjs","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marco-rosner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-06T21:18:13.000Z","updated_at":"2024-04-30T18:08:49.000Z","dependencies_parsed_at":"2024-02-19T01:28:14.384Z","dependency_job_id":"9981c62b-1221-45e5-a321-582f3ad9f870","html_url":"https://github.com/marco-rosner/bookingparadises","commit_stats":null,"previous_names":["marco-rosner/bookings"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marco-rosner/bookingparadises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-rosner%2Fbookingparadises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-rosner%2Fbookingparadises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-rosner%2Fbookingparadises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-rosner%2Fbookingparadises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco-rosner","download_url":"https://codeload.github.com/marco-rosner/bookingparadises/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-rosner%2Fbookingparadises/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context-api","cypress","docker","github-actions","hooks","jest","material-ui","react-redux","react-router","reactjs","typescript","vite"],"created_at":"2024-11-08T04:33:04.464Z","updated_at":"2026-04-07T20:32:43.667Z","avatar_url":"https://github.com/marco-rosner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Unit Test workflow](https://github.com/marco-rosner/bookingparadises/actions/workflows/tests.yml/badge.svg)](https://github.com/marco-rosner/bookingparadises/actions/workflows/tests.yml) [![E2E Test workflow](https://github.com/marco-rosner/bookingparadises/actions/workflows/e2e-tests.yml/badge.svg)](https://github.com/marco-rosner/bookingparadises/actions/workflows/e2e-tests.yml)\n\n# Booking Paradises\n\nBooking Paradises is a mobile-friendly application that manages bookings for amazing places where you can live perfect moments with your loved ones.\n\n![Booking Paradises](./client/src/assets/bookingParadises.png?raw=true \"Booking Paradises\")\n\nThe project was built using Typescript, ReactJS, Material UI, Vite, React Router, Hooks, Context API, React Redux, Jest (Unit Tests) and Cypress (E2E Tests).\n\n## Run the project\n\n### Using Docker Compose\n\n```sh\ndocker-compose up\n```\n\n### Using Docker\n\nTo run this project using Docker run these commands:\n\n#### Client\n\n```sh\ncd client \u0026\u0026 docker build . -t marcorosner/bookingsparadises-client\n\ndocker run -p 5173:5173 -d marcorosner/bookingsparadises-client\n```\n\n#### Server\n\n```sh\ncd server \u0026\u0026 docker build . -t marcorosner/bookingsparadises-server\n\ndocker run -p 8080:8080 -d marcorosner/bookingsparadises-server\n```\n\n### Standalone versions\n\n#### Client\n\nInstall the dependencies:\n\n```sh\ncd client \u0026\u0026 yarn\n```\n\nRun in the dev mode:\n\n```sh\ncd client \u0026\u0026 yarn dev\n```\n\nServed at http://localhost:5173 \n\n#### Server \n\nInstall the dependencies:\n\n```sh\ncd server \u0026\u0026 yarn\n```\n\nRun in the dev mode:\n\n```sh\ncd server \u0026\u0026 yarn dev\n```\n\nServed at http://localhost:8080\n\n## Scripts on client\n\nThere are many scripts in `package.json` like:\n\n- start - run the Vite server exposing the host\n- dev - run the Vite server in dev mode\n- test - run the unit tests using jest\n- test:watch - run the unit tests with watch mode\n- test:coverage - create the coverage report (actual with 90.58%)\n- test:e2e - run the server and the E2E tests\n- build - build the project for production using Vite\n- lint - check lint rules using ESlint\n\n## GitHub Actions\n\nTo prevent regression defects, two GitHub Actions was created [Unit Test](https://github.com/marco-rosner/bookingparadises/actions/workflows/tests.yml) and [E2E Test](https://github.com/marco-rosner/bookingparadises/actions/workflows/e2e-tests.yml).\n\n## Future work\n\n- HighlightTrack and TinyTrack with slides\n- ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-rosner%2Fbookingparadises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco-rosner%2Fbookingparadises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-rosner%2Fbookingparadises/lists"}