This is a Ruby on Rails API where data about Music Teachers can be retrieved. It allows to create, show and delete appointments with proper user authentication.
No screenshot since it's only an API :)
- Ruby on Rails 5.2.3
- RSpec
- PostgreSQL
- JWT
https://fathomless-headland-51075.herokuapp.com/
To get a local copy up and running follow these simple example steps.
- Ruby -v > 2
- Rails -v 5.2.3
- A web Browser.
Clone or download this Repository.
Run the following command on your terminal: $ bundle install
, this will install all the required dependencies necesary for you to run this project locally.
Run the following command on your terminal: $ rails start
, this will run a local server which can be accesed via web browser in https://localhost:3000
To run the tests simple run the following command on your terminal: $ bundle exec rspec
- Update for appointments
- Users roles (student and teacher)
- Github: @diegoarvz4
- Twitter: @Diego Arvz
- Linkedin: /in/diego-arvz
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is Licensed under MIT