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
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
- User authentication
- Individual profiles
- Profile pictures
- Create posts (edit / delete)
- Comment on posts
- Friend list

