{Code:Buffalo} Hackathon - Summer 2019
B(ored) Together is an iOS application that allows random people in the same location to connect over similar interests in a safe and friendly way.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
If you don’t have the capability to run this iOS application, we have provided a YouTube link here.
If you have an Apple computer, you can start the development process by downloading the latest version of Xcode from the Apple developer website or the Mac App Store.
Once you have Xcode installed, open a terminal of your choice, and run the following command:
run xcode-select --install
From here clone the GitHub repository in a desired location on your computer:
HTTPS:
https://github.com/RyChrome/bored-together.git
SSH:
git@github.com:RyChrome/bored-together.git
After a successful clone of the repository, you should have something like this:
The repository is structured as a backend and a frontend, with the bored-together directory and the apollo directory representing each one respectively.
To open the XCode project and begin development in the iOS environment do the following:
cd bored-together && open bored-together.xcworkspace
After this command, you should be introduced to the frontend of our project.
To open the backend project you will need to install node and npm using:
brew install node
From root, navigate into the Apollo directory using:
cd apollo/
Then, install Appolo GraphQL using:
npm install
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details