Skip to content

HackTheSolarSystem/beAStar-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Be A Star (Backend)

Created by the All-Stars

Solution Description

This is a cross-platform mobile AR app built on ViroReact, which can target Android or Apple (iOS) phones. In this AR game, users play as stars that try to grow large enough to steal other players' planets! The game aims to teach players about two main topics from the high school science standards, namely intuitions about gravity, and facts about the lifecycle of a star as it ages and grows.

The frontend counterpart to this repo can be found here, and that also has context

Installation Instructions

You need to set up a mongodb instance, which is an unstructured database for your data to live in. Once that is done, update the url variable in index.js with where your instance is running

   npm install
   npm start
   # Your app will now be running on localhost port 3000 

Now, you need to share your server with a public URL so that the t. We recommend using a tool like ngrok to expose port 3000.

brew cask install ngrok # on Mac
ngrok http 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published