Forme/
: Backend directory implemented in Spring Boot.form-front/
: Frontend directory implemented in React and Vite.
- Ensure you have Docker and Docker Compose installed.
- Navigate to the project root directory.
To start the project, run the following command from the project root directory:
./start.sh
This script will:
- Navigate to the
Forme
directory and start the Spring Boot application. - Navigate to the
form-front
directory, install the necessary npm packages, and start the Vite development server. - Wait for all background processes to finish.
The backend is implemented in Spring Boot. It contains the following endpoints:
- Placeholder for backend endpoints
The frontend is implemented in React and Vite. It contains the following routes:
- Placeholder for frontend routes
- The
compose.yaml
file sets up a PostgreSQL service. - The
start.sh
script automates the process of starting both the backend and frontend services.