Skip to content

Latest commit

 

History

History
99 lines (55 loc) · 2.14 KB

README.md

File metadata and controls

99 lines (55 loc) · 2.14 KB

SPACEAPPS_NASA_HACKHATHON

  • Challenge: What's up with this water?

  • Team Name: Who?

Backend

Requirements:

  • JDK Java (Version greater than 17).
  • Apache Maven (Version 3.9.3).
  • Postgres (Version 16).

Database Configuration.

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.

Create Postgres database

You can use the ddl.sql and dml.sql files to create the database and insert data.

Usage:

To start the server you can use the following commands:

Windows:

To start the server:

mvnw.cmd spring-boot:run

Linux:

Execution permissions

chmod +x mvnw

To start the server:

./mvnw spring-boot:run

Frontend.

Requirements:

For this project we use the following technologies:

  • NodeJs : 18.0.1
  • Expo : 49.0.13
  • React Native : 0.72.5

Installation

npm install

Usage

npx expo start

  • To see the view, with Expo Go Mobile app scan QR code.

Contributors

EMILIANO LÓPEZ PRADO

Github Pages

JULIAN ROSAS SCULL

Github Pages

RICARDO FLORES MATA

Github Pages

MONSERRAT ARRIAGA SANTANA

Github Pages

FERNANDA OSORIO

Github Pages

MONICA MILLA

Instagram