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.shThis script will:
- Navigate to the
Formedirectory and start the Spring Boot application. - Navigate to the
form-frontdirectory, 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.yamlfile sets up a PostgreSQL service. - The
start.shscript automates the process of starting both the backend and frontend services.