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

https://github.com/andercm/budges-app


https://github.com/andercm/budges-app

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Budges app


# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [πŸ“ License](#license)

# πŸ“– Budges app

Budges app is a Ruby on Rails full-stack web application.

## πŸ›  Built With

### Tech Stack

Client

Server




Database

### Key Features

- **Data Model**

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

> You need the following tools be installed in your computer:

> - [Rails](https://guides.rubyonrails.org/)
> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/anderCM/Budges-app

```

### Install

Install this project with:

```sh
cd Recipe-app

bundle install
```

### πŸ’Ύ Database

Create the databases and run migrations with:

```sh
rails db:create
rails db:migrate
rails db:seed
```

### Usage

To run the project, execute the following command:

```sh
rails tailwindcss:build
rails server or rails s
```

### Run tests

To run tests, run the following command:

```sh
rails db:migrate RAILS_ENV=test
rspec spec
```

If you are having problems with tests, please clean application cachΓ© and make sure you have executed.

```sh
rails db:seed
```

Presenting project:
You can watch the video clicking this [here](https://www.loom.com/share/34831f0e4e334f8a9539f28d63813c3a)

### Deployment
Feel free to use this username and password
```sh
email: admin@microverse.com
password: 12345678
```
or you can create your own account visiting [the page](https://throbbing-feather-4836.fly.dev/)

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Anderson**

- GitHub: [@Anderson](https://github.com/anderCM)
- LinkedIn: [Anderson](https://www.linkedin.com/in/andersoncanales/)

(back to top)

## πŸ”­ Future Features

- [ ] **CRUD for budges**
- [ ] **Awesome UI**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/anderCM/Budges-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## πŸ™ Acknowledgments
- Thanks to Gregoire Vella(original idea). Find original design [here](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
Thanks to Microverse for providing us with the right material to aid this project development

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)