Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nasa Space App Challenge 2024

An interactive spaceship game aimed at younger students to deliver information about exoplanets in an entertaining way (note that this is just a base for an idea not a fully developed game yet)!

You can check the Demo here: Exoplanets-Galaxar-Web

To Run

git clone https://github.com/PremadeS/nasa-app
cd nasa-app

Server:

cd backend
npm install
node server.js

The server will run on port 3000 by default

const PORT = 3000;

can change this to any port in server.js

Frontend:

cd frontend
npm install
npm run dev

Note:

The database folder contains a planets.sql file with data about 5 exoplanets for testing, make sure to run the database first before running the server and app. On Linux you can start the database using

sudo systemctl start mysql

or any other equivalent command (might also need to replace mysql with mariadb on some distros like kali)

About

Interactive game about exoplanets

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages