TaskTracer Backend is a Java Spring Boot application designed to handle the server-side operations of TaskTracer. It provides RESTful APIs for managing tasks, user authentication, and other backend services needed to support the frontend application.
To get started with TaskTracer Backend, follow these steps:
- Clone the repository:
git clone https://github.com/cengzayhn/Task-Tracer-BE.git
- Navigate to the project directory:
cd Task-Tracer-BE
- Build the project:
./mvnw clean install
- Run the application:
./mvnw spring-boot:run
We welcome contributions to TaskTracer Backend! If you have suggestions for new features or improvements, feel free to open an issue or submit a pull request.
For any questions or feedback, please contact:
- Email: [email protected]
- GitHub: https://github.com/cengzayhn