Spring Boot based RESTful voting API with a React front end and SQLite database.
SimpleVotingService:
- Build using MVN:
mvn clean package
SimpleVotingFrontend:
- Install dependencies with NPM
npm install - Build using NPM
npm build
SimpleVotingService:
- Run
SimpleVotingService.jar
SimpleVotingFrontend:
- Run with NPM
npm start