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.
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/
- Ruby on Rails
- JS
- Webpack
- Devise
- MySQL
- Bootstrap
The following tools help make easier to work with sample code.
- git: A tool for managing source code
- Visual Studio Code: A source code editor
- Live Server: A simple web server utility for Visual Studio Code
Amk lass
GitHub:@amklass11 LinkedIn:@AmkLAss
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! and cheers✨
Microverse offered guidance on how to make the project more professional
This project is MIT licensed.