https://github.com/ol-create/mbudget_app
This application enables users to generate a well-organized shopping list with categories, and also provides a secure user authentication feature for sign-in and sign-out purposes. In addition, the app offers a user-friendly interface that makes it easy to add, edit, and delete items from the shopping list.
https://github.com/ol-create/mbudget_app
devise postgresql rspec-testing ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
This application enables users to generate a well-organized shopping list with categories, and also provides a secure user authentication feature for sign-in and sign-out purposes. In addition, the app offers a user-friendly interface that makes it easy to add, edit, and delete items from the shopping list.
- Host: GitHub
- URL: https://github.com/ol-create/mbudget_app
- Owner: Ol-create
- License: mit
- Created: 2023-01-09T16:15:08.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-23T10:51:33.000Z (over 3 years ago)
- Last Synced: 2025-08-31T11:44:46.406Z (10 months ago)
- Topics: devise, postgresql, rspec-testing, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome this is Blog App Rails
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)
> This is a blog app built with Ruby on Rails. It allows users to create an account, create posts, and comment on other posts.
+ Ruby
+ Ruby on Rails
+ PostgreSQL
+ Rspec (for testing)
Client
Server
- Users can create an account
- Users can create posts
- Users can comment on posts
- Users can like posts
- Users can follow other users
- Users can see posts from users they follow
> Access it online [clike here](https://silent-water-2124.fly.dev/)
To get a local copy up and running follow these simple example steps.
- Clone the repository with `git clone
- Ruby: 3.1.2
- Rails:
- PostgreSQL
- Rspec
- Install gems with:
```
bundle install
```
- Setup database with:
```
rails db:create
rails db:migrate
```
- Start server with:
```
rails server
```
- To run tests, run:
```
rpsec --format documentation
```
- #### Deployed to heroku
## 👥 Author
👤 **Oluyemi Paul**
- [GitHub: Ol-create](https://github.com/Ol-create)
- [Twitter: OluyemiPaul99](https://twitter.com/OluyemiPaul99)
- [LinkedIn: paul-oluyemi-193966ab](https://www.linkedin.com/in/paul-oluyemi)
- Add a search bar
- Add a profile page
- Add a notifications page
- Add a share feature
- Add a follow feature
- Add a sign up feature
- Add a sign in feature
- Add a sign out feature
- Add a sign in with Discord feature
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, please give it a ⭐️!
Send me a message if you have any questions or suggestions.
I would like to thank Microverse and all our peers and colleagues there.
- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
This project is [MIT](https://github.com/andym80/Blog-app-Rails/blob/4ea7ceaf93ece76ba539f342bc6e52afe073aeff/LICENSE) licensed.
Paul, Oluyemi 2022