An open API service indexing awesome lists of open source software.

https://github.com/elongl/redux-postgres

A simple todo list combining Java, Postgres, React, Redux.
https://github.com/elongl/redux-postgres

java jdbc postgres postgresql postgresql-driver react redux

Last synced: 10 days ago
JSON representation

A simple todo list combining Java, Postgres, React, Redux.

Awesome Lists containing this project

README

          

Server Deploy:
```
mvn compile assembly:single
cd target
java -jar postgres-1.0-jar-with-dependencies.jar
```

Client Deploy:
```
yarn
yarn start
```