Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 769 Bytes

AceBook

Build Status

Coverage

MVP aims to have basic functionality:

  1. Users can make posts
  2. Users can see posts
  3. Users can edit posts
  4. Users can delete posts

Currently 1 and 2 are completed and 3 is in progression. Next step is to have posts that are edited, have their changes implemented.

The app was deployed on the AWS server. http://production.ujbndkqft3.eu-west-2.elasticbeanstalk.com/

Setup instructions

  • clone repo run
bundle install

Usage

run

rails s

Running tests

run

rspec

in project directory