Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.43 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.43 KB

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