/acebook-derailed-team

Template for the AceBook project

Primary LanguageRubyOtherNOASSERTION

CircleCI

AceBook -- created by Team Derailed

To visit Acebook:

https://acebook-derailed.herokuapp.com/

What Acebook can do:

Acebook is a simplified version of Facebook, so far it has the following features:

  • Authentication (Sign up, Log in, Log out)

  • Create a new post

  • Edit & Delete existing posts

  • Existing posts can only be edited within 10 minutes after creation

  • Password validation during signing up

Quickstart

First, clone this repository. Then:

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

Then:

> bin/rails server # Start the server at localhost:3000

To test Acebook using Rspec:

> rspec