Simple app that generates random messages on API endpoint
- Ruby on Rails
To get a local copy up and running follow these simple steps:
First Steps
- Clone it using git command:
git clone git@github.com:gabrielyea/air-taxi-api.gitRun in development (locally)
- Install gem files and dependencies:
bundle installyarn install- Setup data base
rails db:setup
rails db:migrate
rails db:seed- Run server
rails serverIf you encounter any issues with webpacker, try to run
bundle exec rake webpacker:install👤 Gabriel Rendon
- GitHub: @gabrielyea
- Linkedin Gabriel Rendon
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.