- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
Blog App The Blog app is a classic example of a blog website. this is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby on Rails
- Creating data model
- Functional website
- Database
- Unit Testing
- Not live yet
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
mkdir folder_name
cd folder_name
git clone [email protected]:tsheporamantso/Blog-App.git
Install this project with:
bundle install
rails db:migrate
gem install factory_bot_rails -v 6.2.0
rails generate rspec:install
To run the project, execute the following command: run the result on the terminal through:
rails server
To run tests, execute the following command on the terminal:
bundle exec rspec
Not deployed
π€ Gladwin Tshepo Ramantso
- GitHub: @tsheporamantso
- Twitter: @ramgt001
- LinkedIn: Tshepo Gladwin Ramantso
π€ Mohammad Yaser
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Validation and Model specs
- Processing data in models
- Controllers
- Controllers specs
- Views
- Forms
- Intergration specs for Views and fixing n 1 problems
- Add Devices
- Add authorizations rules
- Add API endpoints
- API documentation
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a star on github & follow us on twitter and also connect on Linkedin.
I would like to thank:
- Microverse and all the staff
- Microverse Communinity
- Thanks to my coding Partners
- Thanks to my Morning-Session-Group and Standup-Team Partners and
- Thanks to Code Reviewers
This project is MIT licensed.