Skip to content

lu-jim/hello-rails-back-end

Repository files navigation

Hello Rails Back-end

Mobile web application built that shows a random greeting through a Rails API to the front-end application

Built With

  • Ruby
  • Rails

Getting Started

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

Prerequisites

  • Having a modern internet browser: I.E. Chrome, Edge, Safari, Firefox.

Setup

Install

  • Open your console and change the current working directory into the destination for this project.
  • Type git clone, and then paste the URL copied in the Setup section.
  • Type Enter and then enter cd hello-rails-back-end to enter into the project directory.
  • Run bundle to install the required dependencies

Run

rails db:create # create database
rails db:migrate # migrate tables
rails db:seed # load all data in database from seed.rb


rails s -p 8000 # run the api

Authors

👤 Luis Fernando Jimenez

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse for the guidelines used for this project
  • My SO and project manager, Mane

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published