This is a Task Management System built with React.js for the frontend and Spring Boot for the backend.
- Navigate to the
client
directory:cd client npm install
- Navigate to the
Server
directory in another terminal:cd Server
As this is based on JPA so start the ServerApplication. and before running backend
1.Setup database in your database of any then change in the `application.properties` accordingly. the database name must be `taskmanagement` or else you change in and put in `spring.datasource.url`
2.replace username of the database at `DB_Username`
3. replace database passsword of the database at `DB_password`
in client terminal run npm start