Before building and running the Carpool Backend, make sure you have a database named 'carpool' created in your database server.
To get started with the Carpool Backend, follow these steps:
- Clone the repository:
git clone https://github.com/X9Yovix/carpool_backend.git
- Navigate to the project directory:
cd carpool_backend
- Build the project using Maven:
mvn clean install