Luiscarlosvd / hello-rails-back-end

A basic rails API that works as a backend to display random greetings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails BackEnd

πŸ“— Table of Contents

πŸ“– Hello Rails BackEnd

A basic rails API that works as a backend to display random greetings.

Link to the FrontEnd App (hello-react-front-end).

πŸ›  Built With

Tech Stack

List of technologies used for this project

Client
Server
Database

Key Features

  • Add greetings table
  • Add greetings controller
  • Create API endpoint for the greeting

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

gem install ruby
  • Browser (Google Chrome, Mozilla Firefox, Safari or any other browser)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Luiscarlosvd/hello-rails-back-end.git

Install

Install this project with:

  cd hello-rails-back-end
  bundle install

Usage

To run the project, execute the following command:

rails server -p 3001

Note: If there are any errors consider adding your necesary username and password in database.yml for setting up your local enviroment and use the following comand:

rails db:create db:migrate
rails s

Note 2: Don't forget to add messages to the greetings table to tests results. πŸ‘Œ

(back to top)

πŸ‘₯ Author

πŸ‘€ Luis Valera

(back to top)

πŸ”­ Future Features

  • Add more API endpoints
  • Add more functionality

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project,please give it a ⭐️!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for giving me the opportunity to learn and grow as a developer and also I like to thank my family, they are all my support. 🌟

(back to top)

❓ FAQ

  • Do I need to install any program before running this project?

    • Yes, you need to install Ruby

  • Can I use this project for my own purposes?

    • Yes, you can.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

A basic rails API that works as a backend to display random greetings

License:MIT License


Languages

Language:Ruby 87.0%Language:Batchfile 12.0%Language:HTML 1.0%