The application helps you to collecting all your tasks in one place.
- Download and unpack the last release from https://github.com/alorlov/exactpro-todo/releases
- Configure file
config.jsonwith your DB and host settings:
{
"dbSocket": "localhost:3306",
"dbName": "todo",
"user": "root",
"password": "root",
"host": "localhost",
"port": 8888
}- Run
java -jar todo-app-1.0.0-fat.jar - Open
localhost:8888/static
- Clone and install client libs:
git clone https://github.com/alorlov/exactpro-todo.git todo
cd todo/client
yarn install
webpack
cd ..
-
Configure file
config.jsonwith your DB and host settings. -
Package and run the server:
mvn package
java -jar target/todo-app-1.0.0-fat.jar