This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.
BackEnd
Test
Database
- [Add Post] - Add your post.
- [Display all posts] - Display recent posts.
- [Delete post ] - Delete specific post.
To get a local copy up and running, follow these steps.
In order to run this project you need: Visual Studio Code and Installed Rails.
Clone this repository to your desired folder:
$ git clone $ git clone https://github.com/edi-sipka/Blog_App
Install this project with:
you@your-Pc-name:~$ cd <Blog_App>
To run the project, execute the following command:
` $ rails server`
To run tests, run the following command: rspec
👤 Edi Sipka
- GitHub: @Edi-Sipka
- Twitter: @sipka_edii
- LinkedIn: Edi Sipka
👤 Peter Njuguna
- GitHub: @peterboro
- LinkedIn: Peter Njuguna
- [Add likes on post]
- [Add comments on post]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give as a star! ⭐️
- Hat tip to anyone whose code was used
- Inspiration
- Microverse
-
[How I can run this project?]
- [After cloning repository, run rails server.]
-
[Can I add likes on post?]
- [You can add likes and comments on a post.]
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.