Skip to content

alorlov/exactpro-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo app

The application helps you to collecting all your tasks in one place.

Installation guide

  1. Download and unpack the last release from https://github.com/alorlov/exactpro-todo/releases
  2. Configure file config.json with your DB and host settings:
{
	"dbSocket": "localhost:3306",
	"dbName": "todo",
	"user": "root",
	"password": "root",
	"host": "localhost",
	"port": 8888
}
  1. Run java -jar todo-app-1.0.0-fat.jar
  2. Open localhost:8888/static

Compilation guide

  1. Clone and install client libs:
git clone https://github.com/alorlov/exactpro-todo.git todo
cd todo/client
yarn install
webpack
cd ..
  1. Configure file config.json with your DB and host settings.

  2. Package and run the server:

mvn package
java -jar target/todo-app-1.0.0-fat.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors