MVP aims to have basic functionality:
- Users can make posts
- Users can see posts
- Users can edit posts
- 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/
- clone repo run
bundle install
run
rails s
run
rspec
in project directory