-
Challenge: What's up with this water?
-
Team Name: Who?
- JDK Java (Version greater than 17).
- Apache Maven (Version 3.9.3).
- Postgres (Version 16).
Modify application.properties file.
Example:
- spring.datasource.url=jdbc:postgresql://localhost:5432/spaceapp_db
This way we're connecting to a our database called spaceapp_db, listening to the port 5432 in the localhost.
You can use the ddl.sql and dml.sql files to create the database and insert data.
Windows:
To start the server:
mvnw.cmd spring-boot:run
Linux:
Execution permissions
chmod +x mvnw
To start the server:
./mvnw spring-boot:run
For this project we use the following technologies:
- NodeJs : 18.0.1
- Expo : 49.0.13
- React Native : 0.72.5
For this project we use the following technologies:
- NodeJs : 18.0.1
- Expo : 49.0.13
- React Native : 0.72.5
npm install
npx expo start
- To see the view, with Expo Go Mobile app scan QR code.