This repo will include the implementation of object relational mapping (ORM) and the use of database migration files to maintain database schema. it uses RubyGems as a software package system, and Ruby on Rails framework
blog_website This repo will include the implementation of object relational mapping (ORM) and the use of database migration files to maintain database schema. it uses RubyGems as a software package system, and Ruby on Rails framework
🛠 Built With Ruby on Rails
- Create rails project linked to postgresql
- Run the project on server
- Manage database using models
- Count each comment, like, and post for any user.
- Show the most recent records for any table.
- Add Unit test for projects models
To get a local copy up and running, follow these steps:
- Open your Terminal in your VSCode.
- Navigate to the desired directory[folder] to which you want to clone the repository to
- git clone you find in the code button https://github.com/GeekyHacks/blog_website.git
- Run
blunder i
to install the gemfiles to your end
To run and modify this project you need:
- GitHub account
- VSCode (or another code editor)
- gemfile installed
- basic Knowledge of Git Commands
- basic Knowledge of the Terminal Commands
- Ruby language
- Rails
- PostgreSQL
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/GeekyHacks/blog_website.git
To install all dependencies run the following command:
gem install
will install all the gem files included in this repo- if you have the gem bundler installed type in
bundler i
suggusted VSC extentions:
- Prettier Extention in VScode
- Microsoft Edge Tools for VS Code
- Save Typing
- code spell checker
- ruby solargraph
👤 GeekyHacks
- GitHub: Geekyhacks
- Twitter: Geekydart
- LinkedIn: Abdullah Nasser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please don't hesitate to support me with your valued contribution and don't forget to star the repo to reach more people.
I would like to thank...
- Microverse Review Team
- Microverse Community in Slack
- My mentor @justice
Can I clone this project ?**
- Of course you can as long as you fork it and star it Can I contribute to this project?**
- all contributions are welcomed
This project is MIT licensed.