Office booking backend Final project

Office booking is a rails REST API appliation that allows users to authenticate, add offices and make reservations.

Built With

  • Ruby v3.0.1
  • Ruby on Rails v6.1.4

Front end

Office Booking Frontend

Getting Started

To get a local copy up and running follow these simple example steps.

clone the repo on your machine

git clone https://github.com/TedLivist/office-booking-backend.git

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

Access documentation:

    localhost:3000/api-docs

Authors

👤 Safa Aballagh

👤 Lameck Otieno

👤 Peter Mbuthia

👤 Teddy-Livingstone Ememandu

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!