Skip to content

monse-arriaga/SPACEAPPS_NASA_HACKHATHON

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPACEAPPS_NASA_HACKHATHON

  • Challenge: What's up with this water?

  • Team Name: Who?

Backend

Getting Started:

  • JDK Java (Version greater than 17).

  • Apache Maven (Version 3.9.3).

  • Postgres (Version 16).

  • Database Configuration. Modify application.properties file.

Create Postgres database with the ddl.sql and dml.sql files.

Usage:

  • Windows:
mvnw.cmd spring-boot:run
  • Linux:

Execution permissions

chmod +x mvnw
  • Execute
./mvnw spring-boot:run

Frontend.

Geting started

  • NodeJs
  • Expo Go Mobile app
  • React Native

Installation

npm install 

Usage

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

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%