View our deployed site at https://beyond-the-stars.netlify.app/
View our backend repository at https://github.com/ThomasMattern2/BEYOND
Users are able to browse sky objects such as stars and nebulae. Users can favourite sky objects to add to their own personal collection. Users can view a sky map that shows the locations of the sky objects. Users are also able to create new sky objects that are not already in the system.
- Clone the repo
- Run
cd src
- Run
npm install
- Finally, run
npm start
to view the site at http://localhost:3000
- You must have the Selenium IDE extension installed on your browser.
- Open the
/tests/BEYOND.side
file in Selenium IDE as a new project, then you can run the tests.