A simple blog application built with Ruby on Rails. This application allows users to create, read, update, and delete blog posts.
- Create new blog posts with titles and body content.
- View a list of all blog posts.
- Edit existing blog posts.
- Delete blog posts.
- Ruby on Rails: Version 7.2.1.1
- Database: SQLite3 (default database for development)
- Web Server: Puma
- Frontend: HTML, CSS
- Additional Gems:
turbo-rails: For seamless page transitions and updates.sass-rails: For writing CSS in SASS.
Follow these steps to set up the application locally:
-
Clone the repository:
git clone https://github.com/Kubomu/TryingRuby.git cd simple_blog -
Install Dependencies:
bundle install
-
Set up the database:
rails db:create rails db:migrate
-
Start the server:
rails server
Open your browser and go to hhtp://localhost:3000 to see your application in action
-
Contributing: Its incomplete..... css and other functionalities.
If you'd like to contribute to this project, please fork the repository and create a pull request. Ensure that your code follows the existing style and includes appropriate tests.