About | Technologies | How to | Author
Big Game Survey - Fullstack web application developed in ReactJS and Java with the Spring Boot framework at DevSuperior.
This is a game survey application, with the special feature of working with graphics.
Technologies and tools that were used in the development of the project:
- Java
- Spring Boot 3
- Spring Data JPA
- Spring Web
- H2 Database
- PostgreSQL
- HTML
- CSS
- TypeScript
- ReactJS
- React Router Dom
- React Paginate
- React ApexCharts
- Editor: IntelliJ IDEA Community Edition | Visual Studio Code
- Emojis: Emoji Cheat Sheet, Markdown Emoji
- Shields: Shields
- Java 21
- Node 18.x
- NPM 10.x
- Yarn 1.22.21
- clone repo
- open project folder 'backend' from file system
- change spring profile to 'test' in
application.properties
- run app
Application.java
- navigate to resources
http://localhost:8080
- open project folder 'frontweb' from file system
- delete the file
yarn.lock
- install the dependencies
npm install
- run the project
npm run dev
- navigate to
http://localhost:5173/
- Create and execute the project
- Create the Home page
- Create navigation with routes
- Create the registration page
- List the games in the backend API
- Filter the games in React Native
- Save information in the backend API
Jonas Souza |