Our group remained the same of 4 team members throughout the whole project.
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
The Book an appointment | Places API will provide functionality to create, read, and destroy data related to places. It will serve as the server-side component responsible for handling requests and managing the database. The React client will interact with this backend to perform actions such as creating new places and reservations, see the place details, and removing places from the system.
Link to the Front 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 this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/dennis-every/book-an-appointment-api.git
Install this project with:
cd book-an-appointment-api
bundle
Create the databases, run migrations, and populate it with seed data:
rails db:create
rails db:migrate
rails db:seed
To run the project run the following commands:
rails s
To run tests, run the following command:
rspec spec --exclude-pattern "spec/integration/api/*_spec.rb"
To test the API documentation, run the following command:
rake rswag:specs:swaggerize
👤 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.