Skip to content

damian-git-99/app-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App-todo-list

Application to create projects, along with a series of tasks using react and spring boot.

Run project manually

  • clone the project git clone https://github.com/damian-git-99/
  • Install Mysql
  • Change username and password in file backend/src/main/resources/application.properties
  • Run Backend command in backend folder ./mvnw spring-boot:run
  • Run Frontend command in frontend folder npm install & npm run dev
  • App runs on port: 5173

Run Project with docker

  • clone the project git clone https://github.com/damian-git-99/app-todo-list.git
  • Install docker
  • cd to the root of the project
  • Run the command docker-compose up -d
  • App runs on port: 5173

Use cases

  • Signup
  • Signin
  • Logout
  • User Details
  • Update User
  • Find All projects By User
  • Find Project By Id
  • Create Project
  • Delete Project
  • Create a task for a project
  • Delete Task
  • Mark task as complete

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages