You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# 📑 Blogger Web App - Ruby on Rails
2
2
3
-
This project is part of a series of projects to be completed by students of [Microverse](https://www.microverse.org/'The Global School for Remote Software Developers!').
4
-
5
3
This is another, quick project devised to practice the basics of creating Rails web apps. This time, it's a blog. However, unlike my previous [Rails blog app](https://github.com/Rhelli/Simple-Rails-Blog), this blog is a little more complex. It possesses all the features you might expect from a web blog (or any other rails based web app), at an entry level perspective.
6
4
5
+
## 🖱️ The Project Brief
6
+
7
+
The specifications and the guide to the project can be found on the ['Getting Started with Rails'](https://guides.rubyonrails.org/getting_started.html) page from [guides.rubyonrails.org](https://guides.rubyonrails.org/).
8
+
7
9
The scope of this project covers:
8
10
- Articles
9
11
- Create, edit and delete
@@ -22,11 +24,29 @@ The scope of this project covers:
22
24
- Authentication
23
25
- Protection of creation, editing and deleting user accounts, articles, tags and comments unless signed in
24
26
- User account and article creation is open only to those signed in
25
-
- Basic email and HTTp password authentication
27
+
- Basic email and HTTP password authentication
26
28
27
-
## 🖱️ The Project Brief
29
+
******
28
30
29
-
The specifications and the guide to the project can be found on the ['Getting Started with Rails'](https://guides.rubyonrails.org/getting_started.html) page from [guides.rubyonrails.org](https://guides.rubyonrails.org/).
0 commit comments