Skip to content

topickering/acebook-firenze

 
 

Repository files navigation

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

About

Deployed at https://acebook-firenze.herokuapp.com/

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 64.9%
  • HTML 31.7%
  • CSS 2.0%
  • JavaScript 1.4%