/todoapp-springboot-reactjs

Fullstack online todo app with user authentication

Primary LanguageJava

Fullstack Todo App

Overview

  • Features: Login/Register, View/Create/Check/Uncheck/Delete todo items.
  • Technology in use: Spring Boot, ReactJS, PostgreQL, Docker.

Installation

  • Assuming you've already installed Docker on your machine.
  • Run these commands:
# Clone this repository
git clone https://github.com/Duong0907/todoapp-springboot-reactjs.git

# Go to the project folder
cd todoapp-springboot-reactjs

# Run docker compose
docker compose up
  • Now the website is available at address http://localhost:3000/