This App was built by following a YouTube tutorial. It is only for study purposes. You can check out the video here.
In this project I:
- Used Ruby on Rails to implement a Blog App;
- Used HTML and Bootstrap to create the view pages;
- Set up a code linter in the repository;
- Used Github flow;
- Have an organized project structure;
- Used common Ruby patterns.
When the App is executed, you can make comments to the posts there. Also, if you have access to the blog, you can create new posts. If you have access, you should use your username and password to login, just ask me and I will send you your information!
Ruby on Rails, HTML and Bootstrap.
- Clone the project to your local machine;
cd
into the project directory;- Run
bundle install
to install the necessary gems; - Run
rails s
in your terminal to start the server; - Type 'http://localhost:3000/' in your browser's address field.
Murilo Roque Paiva da Silva
Github: @MuriloRoque
Twitter: @MuriloRoquePai1
Linkedin: MuriloRoque
Aremu Lucky Baba
Github: @Luckyaremu
Twitter: @Luckyaremu
Linkedin: @Luckyaremu
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐️ if you like this project!
The original design is attributed to Brad Traversy.