Todo list application that can create, read, update, delete, and mark completed. This application also implement filtering and pagination. Front end is developed using react and backend is developed using spring boot. Also we used PostgreSQL for database connection and we used jwt token for Login processes.
- Install node to run react app (frontend) and maven to run spring boot app (backend).
- In /Front-end directory, run the application
-
cd /Front-end -
npm run production
- in /backend/to-do-list directory, run spring boot aplication using maven
-
cd /backend/to-do-list -
mvn spring-boot:run
- Open your browser and browse to http://localhost:3000
