Skip to content

RafaelWize/air-taxi-api

 
 

Repository files navigation

Air Taxi!

Simple app that generates random messages on API endpoint

Front End

Built With 🔨

  • Ruby on Rails

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

First Steps

  1. Clone it using git command:
git clone git@github.com:gabrielyea/air-taxi-api.git

Run in development (locally)

  1. Install gem files and dependencies:
bundle install
yarn install
  1. Setup data base
rails db:setup

rails db:migrate

rails db:seed
  1. Run server
rails server

Troubleshooting

If you encounter any issues with webpacker, try to run

bundle exec rake webpacker:install

Authors

👤 Gabriel Rendon

🤝 Contributing

Contributions, issues, and feature requests are welcome!

❕ Acknowledgments

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.7%
  • HTML 0.3%