rvep
September 14, 2016 ยท View on GitHub
rvep | dev_backend
rolling vote event planner | app server
built using java, spring-boot, sql
used for webclient dev_frontend
pre-install
- create a firebase project
- install jdk8
- set
JAVA_HOMEenvironment variable
- set
- install mariadb
- (optional) install latest gradle
- otherwise just use
$ ./gradlew
- otherwise just use
install
$ git clone git@github.com:rvep/dev_backend
build & run
- setup sql db
$ cd data/db/scripts$ mysql -u root -p < add-user.sql$ mysql -u root -p < create-db.sql$ mysql -u root -p < init-db-tables.sql
$ gradle clean assemble check bootRun- once the server is up and running, you can test with curl
$ curl -w '\n' localhost:8080/api/test/get/roles
contribute
if you have any input, or contributions, please share!
donations
donate a cup of coffee