This is Blog-App. The "blog-app" project focuses on establishing the foundational data model and database structure using Ruby on Rails. This phase lays the groundwork for a blogging platform, including user management, posts, comments, and likes. and mainly focuses preparing the data model and the structure for the project.
Server
- Create Ruby on Rails App
- Add Linter ROR
- Create data model
To get a local copy up and running, follow these steps.
git clone https://github.com/Zel-hub7/blog-app cd blog-app
bundle install
rails db:setup
rails db:migrate
rails server
Open your browser and go to http://localhost:3000
rails db:create rails db:migrate
=======
rails db:seed
rails server
Open your browser and go to http://localhost:3000
In order to run this project you need:
Ruby
Rails
NodeJS
Postgresql
bundler
WebBrowser
IDE eg: {VScode}
it will install the required gemfile for running the project
👤 Zelalem
-
GitHub: @Zelalem 👤 Aly
-
GitHub: @alyatalla
- processing data in models
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can share this project to your friend
I would like to thank Microverse and all the contributors for this project
This project is MIT licensed.