https://github.com/ridwanullahi-code/depositapp
https://github.com/ridwanullahi-code/depositapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ridwanullahi-code/depositapp
- Owner: Ridwanullahi-code
- License: mit
- Created: 2023-04-25T12:34:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T06:20:31.000Z (about 3 years ago)
- Last Synced: 2025-01-30T06:29:29.282Z (over 1 year ago)
- Language: HTML
- Size: 355 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Blog-App

# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 ROR Blog app ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🤝 Acknowledgement ](#-acknowledgement-)
- [📝 License ](#-license-)
- This is a blogging application built on Ruby on Rails for the backend. It enables users to browse through posts and comments from other users. Moreover, individuals who register can create their own posts, comment on existing ones, and express appreciation for posts by liking them. The application also seamlessly integrates with PostgreSQL.
Server
Database
- Login and authentication.
- See post from users.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby installed in your machine
- `gem install rails` (Ruby gem)
### Setup
Clone this repository to your desired folder:
- git clone `https://github.com/felixDev22/blog_app`
- cd Rails-Blog_App
- bundle install
- rails db:create
- rails db:migrate
### Usage
To run the project, execute the following command:
- rails server
### Run tests
To run tests, run the following command accordingly:
- `rails db:seed RAILS_ENV=test`
- `rspec`
👤 **Felix Nzomo Nyamai**
- GitHub: [@githubhandle](https://github.com/felixDev22)
- Twitter: [@twitterhandle](https://twitter.com/@monzo200)
- LinkedIn: [LinkedIn](https://https://www.linkedin.com/in/felixnyamai/)
- [ ] Allow users to like and comment
- [ ] Allow users to add post
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/felixDev22/blog_app/issues).
If you like this project then don't forget to give a star star on this repository
I would like to thank microverse for their resources.
This project is [MIT](./LICENSE) licensed.