Web platform app for authors to post their articles and receive comments from readers
Name | Github Page |
---|---|
Jamal Farah | Profile Page |
The idea is to create a magazine app with categories, the visiting user can leave comments without removing or editing.
The author has full access to remove written comments, he can also Create, Read, Update and Delete (CRUD).
You can also Sign Up as an author to start writing articles and post them.
Using SQLite made a bit of issue, I have to rake instead of using rails, but I overcome that to create my final version successfully.
- Rails API for the Back-end
- SQLite as a backend Database-API
- RESTful architecture for CRUD actions
- Mixed of Bootstrap & CSS
- User authentication using Bcrypt
-
Clone this repo
-
Cd to the project file
$rake db:reset && rails s -p 3000
-
in your browser open
http://localhost:3000/
-
Now you can Sign up to post articles
-
Keep posting and editing by Sign in