An open API service indexing awesome lists of open source software.

https://github.com/jatin-2k/rails-blog

A CRUD blogging application created for learning rails 7 https://rails-blogging.onrender.com/
https://github.com/jatin-2k/rails-blog

css html rails7 ruby sqllite3

Last synced: 6 months ago
JSON representation

A CRUD blogging application created for learning rails 7 https://rails-blogging.onrender.com/

Awesome Lists containing this project

README

          

# README

# Project Name

Rails Blogging

## Description

A CRUD blogging application created for learning rails 7

## Table of Contents

- [Project Name](#project-name)
- [Description](#description)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)

## Installation

```bash
git clone git@github.com:jatin-2k/rails-blog.git
cd rails-blog
bundle install
rails db:migrate
rails db:seed
rails server
```

## Usage

```bash
rails server
# Open a web browser and go to http://localhost:3000
```

## Contributing

Contributions are welcome! Please follow these steps:

- Fork the repository
- Create a new branch: git checkout -b feature/your-feature-name
- Make your changes and commit them: git commit -m 'Add some feature'
- Push to the branch: git push origin feature/your-feature-name
- Submit a pull request