- About the Project
- Getting Started
- Authors
- Future Features
- Contributing
- Show your support
- Acknowledgements
- FAQ
- License
This is a full stack app built with React, Redux, Tailwind CSS, and Ruby on Rails.
The application features authentication to access it, promps the user with a selection of houses, and a navigation bar, allowing the user to reserve, create, and delete houses.
Client
Server
Database
- Authentication
- Manage reservations per user
- API calls to reserve, create and delete entities
- Responsive design
To get a local copy up and running follow these simple example steps, you'll need both repositories, front and back end.
Clone these repositories to your desired folder:
cd book-an-appointment
git clone https://github.com/jmonto55/book-an-appointment-frontend.git
git clone https://github.com/jmonto55/book-an-appointment-backend.git
Install this project with:
cd book-an-appointment-frontend
npm i
cd book-an-appointment-backend
bundle i
At the backend, create the databases, run migrations, and populate it with seed data:
rails db:create
rails db:migrate
rails db:seed
First, fire up the server at the backend:
Then, run the frontend with the following commands:
npm start
Jose Montoya
Mohamed Abd Elmohsen Saleh
- GitHub: @mohamed20163858
- LinkedIn: mohamed-mohsen-685a4995
Simon Gideon
- GitHub: @SimonGideon
- LinkedIn: mnayi-gideon
Bryan Hurtado
- GitHub: @darkxdev
- LinkedIn: bryan-hurtado
- Upload Images
- Build APIs
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Special thanks to Murat Korkmaz for the awesome design.
This project is MIT licensed.