A Customer Support Ticket System API made with Rails - and ♥.
To run this project you need to have:
- Install the dependencies above
$ git clone https://github.com/roalcantara/ticketfy-api.git- Clone the project$ cd ticketfy-api- Go into the project folder$ bin/setup- Run the setup script$ bin/rspec- Run the specs to see if everything is working fine
If everything goes OK, you can now run the project!
$ bundle exec rails s- Opens the server- Open http://localhost:3000
$ bundle exec rake spec to run the specs.
$ coverage=on bundle exec rake spec to generate the coverage report then open the file coverage/index.html on your browser.
- Follow the Semantic Versioning Specification
- Follow the GitHub Flow
- Follow the 5 Useful Tips For A Better Commit Message article and the How to Write a Git Commit Message post
- Use Commitizen cli when committing
Ticketfy is released under the MIT License.