The Blog app will be a classic example of a blog website. Fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Built With
To run the project locally follow these steps:
-
Make sure you have both
Ruby
&Rails
installed in your machine (else installRails
just with this simple commandgem install rails
) -
Clone repo from Github:
$ git clone git@github.com:mateo951/blogapp.git
- Navigate to app directory:
$ cd blogapp
- Install dependencies:
$ bundle
- Create database:
$ rails db:create
- Create migration files:
$ rails db:migrate
- Create testing data:
$ rails db:seed
- Run server:
$ rails s
- Visit http://localhost:3000/ in your browser!
To run test locally you need just to run this following command in your terminal :
$ rake spec
👤 Mateo Villagómez
GitHub: @mateo951
Twitter: @MVGameDev
LinkedIn: @Mateo Villagómez
👤 Juan Felipe Gomez Tobon
GitHub: @githubhandle Twitter: @twitterhandle LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.