- 📖 About the Project
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This Property Check App serves as a scheduler for booking property inspections. Users can create an account or log in to browse through a selection of available properties, complete with pricing and descriptions. The User can also book a date and time for inspection of any property. Additionally, users also have the ability to cancel their inspections. The "Property-Check-FrontEnd Application" is a React-based application designed to serve as the user interface. It interacts with the Property-Check-frontend, a Rails application that provides the API. The front-end utilizes this API to display properties to the user.
Server
Database
-
Property Catalog: Display a comprehensive catalog of available properties, including images, prices, and detailed descriptions.
-
Booking an inspection: Enable users to select and book inspection for properties through a user-friendly booking system.
-
User Profiles: Allow users to manage their profiles, update personal information, and view their inspection.
To get a local copy up and running, follow these steps.
In order to run this project you need:
install ruby
ruby --version
install sqlite3
sqlite3 --version
gem install rails
rails --version
- VS Code or any other code editor
- Chrome or any other browser
- Rails installed
- Postgresql installed
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/anbehindY/furniture-mall-backend.git
Install this project with:
cd furniture-mall-backend
bundle install
rails db:create
To run the project, execute the following command:
rails server -p 3000
=======
Run bundle install
to install all the required dependencies.
To run the project:
Create the database by running the following command:
rails db:create
Load the database schema with this command:
rails db:schema:load
Seed the database with the following command:
rails db:seed
Start the server by running the following command:
rails server
👤 Prince Nwuke
- GitHub: @prius2055
- Twitter: @prius2055
- LinkedIn: @prius2055
- User will be able to secure payment
- Customer support channels such as chat, email, or phone to assist users with inquiries or issues will be added.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Feel free to check the issues page.
If you like this project, please leave a star.
I would like to thank Murat Korkmaz of Behance for the design.
This project is MIT licensed.