The backend for the iOS app Easy Bridge Tracker.
Check out the full app: Easy Bridge Tracker
- Access the database at https://backend.mcrich23.com/bridges
- Email [email protected] for a bearer token to add or force update bridges
- Fork the repo to your profile
- Clone to your computer
git clone https://github.com/Mcrich23/Easy-Bridge-Backend.git && cd Easy-Bridge-Backend
- Setup the upstream remote
git remote add upstream https://github.com/Mcrich23/Seattle-Bridge-Backend.git
- Setup your .env file
- Create an API key (yourself) for vapor to update itself and also get one from your firebase project (for push notification support)
- Once you have your API keys, create a new file called
.env
in the Seattle-Bridge-Backend directory of the project, by typingtouch .env
in Terminal - Use the file .env-example as the format for your
.env
file.