This is simple blog post website where you can add your own content and also you can like others posts and comments on others posts.
I am using full stack technologies to build my project.
Client
Server
Database
Key features of the application.
- Login Functionality
- Post an articles
- Comment a post
- Like a post
Demo link [Coming soon]
To get a local copy up and running, follow these steps.
In order to run this project you need:
command:
gem install rails
Clone this repository to your desired folder:
commands:
git clone https://github.com/Tommymarvel/Blog-App.git
Install this project with:
command:
gem install
To run the project, execute the following command:
command:
rails s
To run tests, run the following command:
command:
rspec
You can deploy this project using:
The collaborators of this project.
👤 Marvellous Ibironke
- GitHub: @Tommy Marvel
- Twitter: @Tomiwa Ibironke
- LinkedIn: Marvellous Ibironke
Features of this project.
- User Authentication
- CRUD Operations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project then you can show your support by giving to this project star.
Questions for new developers would ask when they decide to use your project.
-
How I can run this project?
- After cloning repository, run rails s. After that, you will see you will see the homepage of the project.
-
How I can install rails
- Install the rails by using
gem install rails
.
- Install the rails by using
This project is MIT licensed.