This fullstack challenge ran over 3 weeks. We were 2 groups with 4 peoples each working on the same challenge, after 1.5 week some of us had to change teams to practice working in different team compositions and be able to explain code to new team members.
This Ruby on Rails server hosts 3 frontend applications.
- El-gaucho nyheter, github where visitors can read news. To be able to read premium articles you have to sign up as a user. Geolocation API is used to be able to display local news depending on the surfers position (Sweden/US)
- El-gaucho admin, github where journalists can publish articles. Images are able to be attached using toBase64.
- mobile is a React Native mobile application
To use this server, fork this repository to your own GitHub account and clone it to your local workspace.
Install all of the dependencies:
$ bundle
Create and migrate local database :
$ Rails db:create db:migrate
Run all test suites
$ rspec