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

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.

Awesome Lists containing this project

README

          

logo

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)

# 📖 [MBudget_app]

> This is a blog app built with Ruby on Rails. It allows users to create an account, create posts, and comment on other posts.

## 🛠 Built With

+ Ruby
+ Ruby on Rails
+ PostgreSQL
+ Rspec (for testing)

### Tech Stack

Client

Server

### Key Features

- 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

## 🚀 Live Demo

> Access it online [clike here](https://silent-water-2124.fly.dev/)

(back to top)

## 💻 Getting Started

To get a local copy up and running follow these simple example steps.

### Setup

- Clone the repository with `git clone

### Prerequisites

- Ruby: 3.1.2
- Rails:
- PostgreSQL
- Rspec

### Install

- Install gems with:

```
bundle install
```

- Setup database with:

```
rails db:create
rails db:migrate
```

### Usage

- Start server with:

```
rails server
```

### Run tests

- To run tests, run:

```
rpsec --format documentation
```

### Deployment

- #### Deployed to heroku

(back to top)

## 👥 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)

(back to top)

## 🔭 Future Features

- 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

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, please give it a ⭐️!

Send me a message if you have any questions or suggestions.

(back to top)

## 🙏 Acknowledgments

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).

(back to top)

## 📝 License

This project is [MIT](https://github.com/andym80/Blog-app-Rails/blob/4ea7ceaf93ece76ba539f342bc6e52afe073aeff/LICENSE) licensed.
Paul, Oluyemi 2022

(back to top)