Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidosky007/blog_app
This project is based on the Odin Project Blog App. In this project, we create a blog application with Ruby on Rails , following the jumpstart lab Blogger tutorial
https://github.com/davidosky007/blog_app
Last synced: about 7 hours ago
JSON representation
This project is based on the Odin Project Blog App. In this project, we create a blog application with Ruby on Rails , following the jumpstart lab Blogger tutorial
- Host: GitHub
- URL: https://github.com/davidosky007/blog_app
- Owner: Davidosky007
- Created: 2020-12-17T13:33:26.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2020-12-30T13:56:25.000Z (about 4 years ago)
- Last Synced: 2023-03-04T23:49:14.772Z (almost 2 years ago)
- Language: Ruby
- Size: 927 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog App
![Top Page Screenshot](./blog_app.jpg)## About the Project
This project is based on the [Odin Project Blog App](https://www.theodinproject.com/courses/ruby-on-rails/lessons/ruby-on-rails-ruby-on-rails). In this project, we create a blog application with Ruby on Rails following the [Jumpstart Labβs Blogger Tutorial](http://tutorials.jumpstartlab.com/projects/blogger.html).
In this project we learned the basics of Ruby on Rails including below:
- Models, Views, and Controllers (MVC)
- Data Structures & Relationships
- Routing
- Migrations
- Views with forms, partials, and helpers
- RESTful design
- Adding gems for extra featuresA list of commonly used resources that I find helpful is listed in the acknowledgments.
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Live Demo](#live-demo)
* [Getting Started](#getting-started)
* [Author](#author)
* [Contributing](#contributing)
* [Show your support](#show-your-support)
* [License](#license)
* [Acknowledgements](#acknowledgements)### Built With
* [Ruby on Rails](https://rubyonrails.org/)
* [Ruby](https://www.ruby-lang.org/en/)
* [SASS(SCSS)](https://sass-lang.com/)## Live Demo
[Live Demo Link]()
## Getting Started
To get a local copy up and running follow these simple example steps.
1. On the project GitHub page, navigate to the main page of the repository.
2. Under the repository name, locate and click on a green button named `Code`.
3. Copy the project URL as displayed.
4. If you're running the Windows Operating System, open your command prompt. On Linux, Open your terminal.
5. Change the current working directory to the location where you want the cloned directory to be made. Leave as it is if the current location is where you want the project to be.
6. Type git clone, and then paste the URL you copied in Step 3.
e.g. $ git clone https://github.com/yourUsername/yourProjectName
7. Press Enter. Your local copy will be created.## Author
π€ **David Bassey**
- GitHub: [@davidosky007](https://github.com/davidosky007)
- Twitter: [@davidosky2](https://twitter.com/Davidosky2)
- LinkedIn: [David Bassey](https://www.linkedin.com/in/david-bassey-2b9671199/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues).1. Fork the Project
2. Create your Feature Branch (`git checkout -b featured_blog_app`)
3. Commit your Changes (`git commit -m 'Adds some nice features '`)
4. Push to the Branch (`git push origin featured_blog_app`)
5. Open a Pull Request## Show your support
Give a βοΈ if you like this project!
## License
This project is [MIT](./LICENSE) licensed.
## Acknowledgements
- [Odin Project Blog App](https://www.theodinproject.com/courses/ruby-on-rails/lessons/ruby-on-rails-ruby-on-rails)
- [Jumpstart Labβs Blogger Tutorial](http://tutorials.jumpstartlab.com/projects/blogger.html)
- [Rails Guides](https://guides.rubyonrails.org/)
- [Unsplash](https://unsplash.com/)
- [Paperclip](https://github.com/thoughtbot/paperclip)
- [normalize-rails](https://github.com/markmcconachie/normalize-rails)
- [sorcery](https://github.com/Sorcery/sorcery)