phillipp-oliveira / UniBlah

A Twitter clone to be used only by Uninove students. - It's just a school assignment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Test Coverage Issue Count

README

Staging

http://uniblah-staging.herokuapp.com

Versions

Ruby -> 2.4.1

Rails -> 5.0.1

PostgreSQL -> 9.5.6

Getting started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, create and migrate the database:

$ rails db:setup
$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Happy Codding!

License

MIT License

About

A Twitter clone to be used only by Uninove students. - It's just a school assignment.


Languages

Language:HTML 38.2%Language:Ruby 34.7%Language:CSS 26.0%Language:JavaScript 0.8%Language:CoffeeScript 0.3%