Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.05 KB

File metadata and controls

30 lines (21 loc) · 1.05 KB

Build StatusCoverage Status

AceBook

Acebook was completed using Ruby on Rails as part of an engineering project for Makers Academy. The objective was to create a social media platform not too dissimilar to Facebook

Acebook is currently deployed at https://acebook-firenze.herokuapp.com/

This was completed as part of a group project - our Trello board is viewable here: https://trello.com/b/vEoyezNf/firenze

Quickstart

First, clone this repository. Then:

$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate

$ bundle exec rspec # Run the tests to ensure it works
$ bin/rails server # Start the server at localhost:3000

Feature list

  • User authentication
  • Individual profiles
  • Profile pictures
  • Create posts (edit / delete)
  • Comment on posts
  • Friend list