https://github.com/seancassiere/nv-reservation-cc-update
Created to be able to capture information for a Navotar/RENTALL Reservation.
https://github.com/seancassiere/nv-reservation-cc-update
Last synced: 8 months ago
JSON representation
Created to be able to capture information for a Navotar/RENTALL Reservation.
- Host: GitHub
- URL: https://github.com/seancassiere/nv-reservation-cc-update
- Owner: SeanCassiere
- License: mit
- Created: 2021-04-13T09:13:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T12:32:16.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:08:14.936Z (10 months ago)
- Language: TypeScript
- Homepage: https://rentall-customer.pingstash.com/?lang=en
- Size: 2.52 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# RENTALL - Customer Details Update
This application is meant for usage a RENTALL/Navotar client's customer to be able to add additional details to their reservation or agreement.
## How does it work?
A custom URL pointed at the hosted application is added into the client account as a link in an email template sent to their customer.
Example: [https://rentall-customer.pingstash.com/?agreementId=640904&lang=en&config=eyJjbGllbnRJZCI6MTAxMywiZW1haWxUZW1wbGF0ZUlkIjo4Mzg4LCJmbG93IjpbIkNyZWRpdENhcmRGb3JtIl19](https://rentall-customer.pingstash.com/?agreementId=640904&lang=en&config=eyJjbGllbnRJZCI6MTAxMywiZW1haWxUZW1wbGF0ZUlkIjo4Mzg4LCJmbG93IjpbIkNyZWRpdENhcmRGb3JtIl19)
Once the customer accesses the application via the provided custom URL, they would then be able to add details requested by the client, directly against their booking.
## Documentation
See [DOCUMENTATION](DOCUMENTATION.md) for information and configuration options for the application.
## Contributing
Contributions are always welcome!
See [CONTRIBUTION](CONTRIBUTION.md) for ways to get started.
Please adhere to this project's [CODE OF CONDUCT](CODE_OF_CONDUCT.md).


## Development
1. Clone the repository.
2. Install dependencies `npm run install`.
3. Create a `.env` file and add the necessary `secrets` into it. You can use the `.env.example` file as a reference.
4. Run the development server using `npm run dev`.
## Authors
- [@SeanCassiere](https://github.com/SeanCassiere)