Big Game Survey is a full stack web and mobile application.
The application consists of a game preference survey, where data is collected in the mobile app, and then corrected in the web app, which also features a panel with data-based graphics.
- Java
- Spring Boot
- JPA / Hibernate
- Maven
- HTML / CSS / JS / TypeScript
- ReactJS
- React Native
- Apex Charts
- Expo
- Back end: Heroku
- Front end web: Netlify
- Database: Postgresql
Requirements: Java 11
# clone repository
git clone https://github.com/fredericoahb/sds.git
# change directory to backend project folder
cd backend
# run the project
./mvnw spring-boot:run
Requirements: npm / yarn
# clone repository
git clone https://github.com/fredericoahb/sds.git
# change directory to frontend web project folder
cd front-web
# install dependencies
npm install
# run the project
npm start
Frederico Homobono