https://github.com/jonaskop44/visitflow
VisitFlow is a web app for scheduling visits, managing appointments, and sending PDFs after payment.
https://github.com/jonaskop44/visitflow
backend frontend nextjs spring-boot
Last synced: about 2 months ago
JSON representation
VisitFlow is a web app for scheduling visits, managing appointments, and sending PDFs after payment.
- Host: GitHub
- URL: https://github.com/jonaskop44/visitflow
- Owner: Jonaskop44
- Created: 2025-07-21T12:58:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T16:28:51.000Z (11 months ago)
- Last Synced: 2025-08-14T07:47:31.753Z (11 months ago)
- Topics: backend, frontend, nextjs, spring-boot
- Language: Java
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About The Project
**VisitFlow** is a modern web application that simplifies the visit and order process between service providers (e.g. bosses) and customers. Customers receive a personal link which they can use to conveniently enter their address and a preferred appointment time. The boss sees these bookings in the calendar dashboard and can generate a PDF with order details after the on-site visit. This PDF is only released to the customer after successful payment (via Stripe).
## Built With
- Web
- [NextJS](https://nextjs.org/)
- [Typescript](https://www.npmjs.com/package/typescript)
- [Tailwindcss](https://www.npmjs.com/package/tailwindcss)
- Server
- [Spring](https://spring.io/)
- [Java](https://www.java.com)
- [Keycloak](https://www.keycloak.org/)
# Getting Started Development
This is an example of setting up your project locally.
To get a local copy up and running follow these simple example steps.
## Prerequisites Development
This project requires NodeJS (version 20 or later), Java (version 21) and VScode. Node, Java and VScode are really easy to install. To make sure you have them available on your machine, try running the following command.
- node
```sh
node -v
v22.11.0
```
## Installation Development
- Clone the repo
```sh
git clone https://github.com/Jonaskop44/VisitFlow.git
cd Zentry
code .
```
### Web Development
1. install packages
```sh
npm install
```
2. start dev server
```sh
npm run dev
```
### Server Development
1. install packages
```sh
./mvnw spring-boot:run
```
# Roadmap
See the [open issues](https://github.com/Jonaskop44/VisitFlow/issues) for a list of proposed features (and known issues).
# Contributing
Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
# Contact
Email - jonas@codeflexx.com
Discord - Jonaskop44
Telegram - [Jonaskop44](https://t.me/Jonaskop44)