Railsblog is a web app that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
This project was implemented using:
Client
Server
Database
- Can persist user data to database
- Can persist posts data to database
- Can persist comments and likes database
To get a local copy up and running, follow these steps:
In order to run this project you need to have installed:
- You’ll need to have Ruby and Rails on your machine.
Optionally, in order to modify this project you should to have installed:
-
Git.
-
Code editor like: Visual Studio code, Sublime text or others...
To clone this repository to your desired folder:
- You can download the Zip file from the GitHub repository, or clone the repository with:
git clone git@github.com:GhislainMitahi/Railsblog.git
- Access the cloned directory with:
cd Railsblog
- Open it with your favorite code editor or with the live server
To run the project, execute the following command in the project directory:
rails server
👤 GHislain Mitahi
- GitHub: @GhislainMitahi
- LinkedIn: ghislainmitahi
👤 Biruk Bereka
- GitHub: @Biruk-Bereka
- LinkedIn: Biruk Bereka
We will implement this on the future:
- Users can login to blog app
- Users can add a post
- Users can see a post list
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used.
- Thanks for all the curated content that was provided to us.
- Thanks to my learning and coding partners for all their support.
This project is MIT licensed.
(back to top)<