Hello world

This is a simple rails api, built with rails that displays a random greeting to a user

Built With

  • Rails
  • Ruby

this is the link to the front-end with react here

Getting Started

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

  • copy this link https://github.com/KanoCode/hello-world-backend.git.
  • get the directory that you want to clone the repository.
  • open the command prompt in this directory.
  • in your terminal run git clone https://github.com/KanoCode/hello-world-backend.git.
  • go to the repository folder in your code editor
  • run bundle install
  • run rails db:drop
  • run rails db:create
  • run rake db:schema:load
  • run ./bin/dev
  • run rails s
  • enjoy the app

Authors

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration: Microverse
  • etc