Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpdf00/realty-list
An app for listing properties and their photos.
https://github.com/jpdf00/realty-list
Last synced: about 16 hours ago
JSON representation
An app for listing properties and their photos.
- Host: GitHub
- URL: https://github.com/jpdf00/realty-list
- Owner: jpdf00
- Created: 2022-09-22T09:25:31.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-25T19:17:31.000Z (over 2 years ago)
- Last Synced: 2024-12-07T15:42:45.773Z (about 1 month ago)
- Language: Ruby
- Size: 9.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realty List
![screenshot](./app/assets/images/screenshot.png)
On access you will see 50 properties listed each with a cover photo.
## Built With
- Ruby 3.1.2
- Rails 7.0.4
- Styled with:
- Bootstrap 5.0
- Tested with:
- Rspec
- Capybara
- shoulda-matchers
- factory-bot
- Database with:
- PostgreSQL 13## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Ruby 3.1.2
- Rails 7.0.4
- Yarn
- PostgreSQL 13### Setup
- On the top of this repo click on the button named "Clone"
- Copy the HTTP URL or SSH.
- On the terminal type `git clone ` where is the value you copied on the previous step.
- On the terminal `cd` to the folder you cloned.### Install
- Open the file 'database.yml' on the folder 'config'
- On development: and on test: change the values of username: and password: to the username and password of your local postgres server.
- On the terminal type `rails db:create`.
- On the terminal type `rails db:migrate`.
- On the terminal type `rails db:seed`.### Usage
- On the terminal type `rails s`
- On the browser type `localhost:3000`### Run tests
- On the terminal `cd` to the folder you just cloned.
- On the terminal type `rspec`.## Authors
👤 **João Paulo Dias França**
- GitHub: [@jpdf00](https://github.com/jpdf00)
- Twitter: [@jpdf00](https://twitter.com/jpdf00)
- LinkedIn: [João Paulo Dias França](https://www.linkedin.com/in/jpdf00/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jpdf00/realty-list/issues).
## Show your support
Give a ⭐️ if you like this project!