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.
- Host: GitHub
- URL: https://github.com/elongl/redux-postgres
- Owner: elongl
- Created: 2018-03-25T16:58:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T11:13:20.000Z (about 8 years ago)
- Last Synced: 2025-03-25T11:24:18.304Z (about 1 year ago)
- Topics: java, jdbc, postgres, postgresql, postgresql-driver, react, redux
- Language: Java
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```