- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This is a full-stack built with React, Redux, Bootstrap, and Ruby on Rails. Users are able to perform various actions such as creating new places and reservations, accessing detailed information about specific places, and removing places from the system.
Link to the Back End Repo
Backend Deployed link
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone these repositories to your desired folder:
cd book-an-appointment
git clone https://github.com/dennis-every/book-an-appointment-front-end.git
git clone https://github.com/dennis-every/book-an-appointment-api.git
Install this project with:
cd book-an-appointment-front-end
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
To test the app, you can login in with test user John.
First, fire up the server at the backend with:
rails server
Then, run the frontend with the following commands:
npm run dev
To run tests, you can run command:
npm test
👤 Ashmal Zahra
- GitHub: @ashmalzahra
- Twitter: @AshmalZahraa
- LinkedIn: ashmal-zahra
👤 Nilton Segura
- GitHub: @Nkaleth
- Twitter: @NoeSeguraL
- LinkedIn: LinkedIn
👤 Dennis Every
- GitHub: @dennis-every
- Twitter: @dennis_every
- LinkedIn: dennis-every
👤 Diego Salamanca
- GitHub: dfsalam
- LinkedIn: Diego Salamanca
- Complete the CRUD for places and reservations.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Thanks to Murat Korkmaz for the aswesome design.
This project is MIT licensed.