Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 1.77 KB

README.md

File metadata and controls

78 lines (56 loc) · 1.77 KB

Real Estate site

This app was built using RoR and JS. which allow sellers to post and sell tehir houses Its a reeal estate e commerce app I used devise to manage users and disabled e-mail authentication considering this app is only for educational purposes.

Screenshots

Property Finder

Property Finder

Property Finder

Getting started

Kindly make sure your are using ruby --version 2.7.1

To get started with the app clone the repo and run the following commands:

$ bundle install --without production

Create the database:

$ rails db:create

Migrate the database:

$ rails db:migrate

Run the app in a local server:

$ rails server

Go to:

$ localhost:3000/

Built with

  • Ruby on Rails
  • JS
  • Webpack
  • Devise
  • MySQL
  • Bootstrap

Install

The following tools help make easier to work with sample code.

Authors

Amk lass

GitHub:@amklass11 LinkedIn:@AmkLAss

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project! and cheers✨

Acknowledgments

Microverse offered guidance on how to make the project more professional

📝 License

This project is MIT licensed.