Skip to content

Ertugrulbal/SpringBoot-React-TodoApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ToDoList App

Overview

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.

How to Run Application

  1. Install node to run react app (frontend) and maven to run spring boot app (backend).
  2. In /Front-end directory, run the application
  • cd /Front-end

  • npm run production

  1. in /backend/to-do-list directory, run spring boot aplication using maven
  • cd /backend/to-do-list

  • mvn spring-boot:run

  1. Open your browser and browse to http://localhost:3000

Snapshot of Application

ToDoList App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors