/todo

Primary LanguageJava

Todo

Todo is a typical crud application Back-end Java8 spring boot, MongoDB Front-end React, TypeScript

Clone

git clone https://github.com/Porkkajulius/todo.git

Installation Back-end todo-app-service

mvn clean install
mvn spring-boot:run

Installation Front-end todo-app-ui

npm install / yarn install
npm start / yarn start