Backend is in Ruby on Rails with a PostgreSQL database. The front end was built in React.js, HTML, and CSS. Link to front end
This was a group project done with MelSwell. Link to the orginal repo can be found here.
This backend application has been deployed via Heroku. You can find the backend here. The postgreSQL database is hosted by heroku's datastore.
Available endpoints to view:
Work in progess
- Clone this repo and the frontend
- run 'bundle install'
- run 'rails s'
- Sign In!
- Add an API for players to be tagged in a Post
- Create a new homepage
- Create secrets.yml file in config file
- export SECRET_KEY_BASE='your key'