Skip to content

Scalable TODO web app built as a portfolio project using Spring Boot and Microservices architecture.

License

Notifications You must be signed in to change notification settings

mat-kubiak/task-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Planner

Task Planner is a minimalistic TODO web app built on top of Java Spring Boot.

Get started

Use these commands to launch the application with the default configuration in .env.sample.

This is not safe for production, before you use it in the real world, please change the secrets inside .env file and never reveal nor commit them anywhere!

git clone https://github.com/mat-kubiak/task-planner.git
cd task-planner

# use default .env file
mv .env.sample .env

# build and run containers
docker compose up -d

License

This project is licensed under the GNU General Public License version 3. You can view the full text of the license in the LICENSE file.

About

Scalable TODO web app built as a portfolio project using Spring Boot and Microservices architecture.

Topics

Resources

License

Stars

Watchers

Forks