In this project I built a RESTful blog with full CRUD functionality. I applied MVC for users, posts and categories.
✨ Demo
-
Users
- Sign-up / login / logout.
- Show the profile page.
- Create / update / delete articles.
- Can have many articles.
-
Articles
- Create, update and delete from owner and administrator.
- Show in chronological update order.
- Belongs to a User.
-
Comments
- Create / update / delete from owner.
-
Categories
- Create / update / from admnistrator.
- Can have many articles.
Clone the repo and then install the needed gems:
bundle install --without production
Create and Migrate the database:
rails db:migrate
Run the test suite to verify that everything is working correctly:
rspec
Run the app in a local server:
rails server
👤 Amanda Vieira
- Github: @vieiramanda11
- Twitter: @mndvr_
- Linkedin: Amanda
- Email: amandavieirazevedo@gmail.com