Skip to content

A simple todo list app that demonstrates full stack development (backend: spring-boot, ui: react)

License

Notifications You must be signed in to change notification settings

YingchunLi/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo list app

A simple todo list app that demonstrates full stack development (backend: spring-boot, ui: react)

description

The app has server and backend parts as separate projects. You need to run both to make it work.

start server app

Run the following commands: cd server && ./gradlew build && java -jar build/libs/todolist-0.0.1-SNAPSHOT.jar

and check server is up and running by looking at https://localhost:8088/api.

start the ui app

Run the following commands (in a different terminal): cd ui && yarn start

a browser tab will be opened automatically which loads https://localhost:3000.

You can start using the app now from this browser window.

About

A simple todo list app that demonstrates full stack development (backend: spring-boot, ui: react)

Resources

License

Stars

Watchers

Forks

Packages

No packages published