Skip to content

richardfm77/SPACEAPPS_NASA_HACKHATHON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

MONSE ARRIAGA

Github Pages

FERNANDA OSORIO

Github Pages

MONICA

Instagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 60.7%
  • JavaScript 39.3%