Duong0907 / todoapp-springboot-reactjs

Fullstack online todo app with user authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Fullstack online todo app with user authentication


Languages

Language:Java 57.8%Language:JavaScript 35.8%Language:CSS 3.8%Language:Dockerfile 1.9%Language:HTML 0.7%