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

https://github.com/hannziegel/final-capstone-backend

This repo holds the Back-End development source for the Pawpal App. This repo provide some features like Log user, Register, List and search locations, rentals, description of places and pets. The app was built using Ruby on Rails and PostgreSQL.
https://github.com/hannziegel/final-capstone-backend

api api-rest back-end back-end-development database postgresql ruby ruby-on-rails sql uml uml-diagram

Last synced: about 1 year ago
JSON representation

This repo holds the Back-End development source for the Pawpal App. This repo provide some features like Log user, Register, List and search locations, rentals, description of places and pets. The app was built using Ruby on Rails and PostgreSQL.

Awesome Lists containing this project

README

          

![Ruby](https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white) ![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white) ![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white) ![Rails](https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white)

logo


Pawpal (BackEnd)logo

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Pawpal]

> This repo holds the BackEnd development source for the Pawpal App, the world's best free pet-sitting website. Pawpal allows visitors to connect with pet owners who need help caring for their furry friends. Visitors can stay at the pet owner's home for free in exchange for providing pet sitting and other pet care services.

> Visitors can search for pet owners in their area and contact them to discuss the details of the pet care arrangement.

## 🛠 Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Server

Database

Other

### Key Features

- **[Add an accommodation]**
- **[Make a reservation]**

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

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

### Prerequisites

In order to work on this project, you need to have the following dependencies installed:

### Setup

Clone this repository to your desired folder:

sh
git clone git@github.com:Hannziegel/budget-app.git
cd Budget-app

### Commands to run

To get all the gems required for the project:

bundle install

To install packages such as style linters:

npm install

To check linters locally, use:

rubocop

npx stylelint "**/*.{css,scss}"

Once you have the project correctly set up, run:

To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes:

bin/rails db:setup

Finally, each time you make changes to the project, run

In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description:

bundle exec rspec /spec

### Usage

To run the project, execute the following command:

rails server

--->

### Run tests

To run tests, run the following command:

sh
bin/rails test test/models/article_test.rb

(back to top)

## 👥 :writing_hand: Authors

:woman_technologist: **Karla Delgado** :writing_hand:

- GitHub: [@karlavdelgadof](https://github.com/karlavdelgadof)
- Twitter: [@karlavdelgadof](https://twitter.com/karlavdelgadof)
- LinkedIn: [Karla Delgado](https://www.linkedin.com/in/karla-delgado-613a32239/)

:man_technologist: **Rodrigo Reckziegel** :writing_hand:

- GitHub: [@Hannziegel](https://github.com/Hannziegel)
- LinkedIn: [Rodrigo Johann Reckziegel Nunes](https://www.linkedin.com/in/rodrigojrnunes/)

:man_technologist: **Karam Fouad** :writing_hand:

- GitHub: [@karam084](https://github.com/karam084)
Twitter: [@ElarabFouad]
LinkedIn: [Karam Fouad](https://www.linkedin.com/in/karamfouad/)

(back to top)

## 🔭 Future Features

- [ ] **[Allow user to upload avatar]**
- [ ] **[Include "My Profile" section/page]**

(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 or find it useful/interesting, please make sure you give ⭐️ a since this will make it easily accesible for you too!

(back to top)

## 🙏 Acknowledgments

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

(back to top)

## 📝 License

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

(back to top)