/appointment-backend

A backend API for my Vespa Catalogue, you can receive data from the appointments endpoint using JSON and at the same time return all data stored in Appointments and Bikes using their respective endpoints.

Primary LanguageRubyMIT LicenseMIT

Vespa Bikes - Backend

Get access to all the motorbikes from Vespa and appointments, using two end points with our API.

Instructions to run the project

  • Open terminal on your workspace with
cd /home/projects_workspace/..
  • Cloning the project input the next code:
git clone git@github.com:idgm5/appointment-backend.git
  • Navigate to the folder of the project
cd /appointment-backend/

Run bundle install and then rails server finally open your web browser at http://localhost:3000/

Run tests

rspec --format documentation

API Endpoints

Live Website

Hosted on Heroku

How to send data to Appointment

  • Send a POST request with JSON including the following elements in the body:
    • User
    • City
    • Finance
    • Option
    • Total
    • Model

Screenshot

image

Built With

  • Ruby on Rails
  • Ruby
  • npm
  • CSS
  • JSON

Tools used on this project

  • Atom Editor
  • Heroku

Author

👤 Isaac Gonzalez

Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

License

This project is MIT licensed.