Makers Academy - Week 8 Group Project
- Users can sign up
- Users can log in
- Users can log out
- Posts appear with the newest post first
- Users can comment on posts
- Users can like posts and the number of likes is visible next to the post
- A user's name and a little photo of them appears next to their posts
- Users can navigate the website with a nav bar at the top of the page
- Users can upload photos and see them just like posts
- Ruby
- Rails
- Rspec
- Javascript
- Ajax
- JQuery
- HTML
- CSS
$ git clone https://github.com/ArifEbrahim/acebook-StringMeAlong.git
$ cd acebook-StringMeAlong
$ rspec
$ bundle install
$ bin/rails db:create
$ bin/rails db:migrate
$ bin/rails server # Start the server at localhost:3000