EvelinaClayton / acebook-derailed-team

Template for the AceBook project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template for the AceBook project

License:Other


Languages

Language:Ruby 83.1%Language:HTML 13.0%Language:JavaScript 2.3%Language:CSS 1.5%Language:Shell 0.1%