JohnFTitor / hello-rails-back-end

A simple hello world API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails API

Simple Hello messages rails API

Frontend

The frontend was made with react and can be found here

Deployment

You can find the API deployment here

Requirements

In order to work on this project, you need to have the following dependencies installed:

Built With

  • Languages: Ruby 3.1.1
  • Frameworks: Ruby On Rails
  • Technologies used: Visual Studio Code

Getting Started

Clone this repository

$ git clone git@github.com:JohnFTitor/hello-rails-back-end.git
$ cd hello-rails-back-end

Commands to run

Run

$ bundle install

To get all the gems required for the project

To check linters locally, use

$ rubocop

Once you have the project correctly set up, run

$ bin/rails db:setup

To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes

To run the server:

$ ./bin/rails s

Authors

👤 Andrés Felipe Arroyave Naranjo

Platform Badge
GitHub @JohnFTitor
Twitter @johnftitor
LinkedIn Andres

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

A simple hello world API


Languages

Language:Ruby 98.9%Language:HTML 1.1%