blog_app is a website built with rails, it allows the user to make posts, like and comment posts.
Programming Language
Server
Database
- Allows the user to create a post
- Allows the user to comment a post
- Allows the user to like a post
Not yet available
To get a local copy up and running, follow these steps.
In order to run this project you need to have installed Ruby, Rails and PostgreSQL all the links are in Tech Stack section.
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:OscarFMdev/blog_app.gitInstall this project with:
Example command:
cd my-project
gem installTo run the project, execute the following command:
Example command:
rails serverTo run tests, run the following command:
bin/rails testNot yet available
👤 Author1: Oscar Fernández Muñoz
- GitHub: @OscarFMdev
- Twitter: @OscarFMdev
- LinkedIn: LinkedIn
👤 Mhamad Raad
- GitHub: @Mhamad-Raad
- LinkedIn: Mhamad Raad
- Improve the UI of the application
- Deploy the project
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a start ⭐️.
I would like to thank the Ruby and Rails community for making the documentation simple and easy to use.
-
How can I let you know about a bug?
- You could add an issue on the issues tab.
-
How can I contribute
- Kindly send a message to see how you could help us.
This project is MIT licensed.