Jawad-Nazari / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– Hello Rails Backend

Hello Rails Backend is an implemention of a connection between Ruby on Rails back-end and React front-end. Hello Rails Backend handles the backend API, and Hello React Frontend handles the frontend UI to display a random greeting message.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Provide Endponit API

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/Jawad-Nazari/hello-rails-back-end.git

Install

Install the project dependencies, execute the following command in Bash:

  bundle install

Database

Create the database, execute the following command in Bash:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command in Bash:

  rails server

Run Tests

To run the project tests, execute the following command:

 rspec spec

(back to top)

πŸ‘₯ Author / Owner

πŸ‘€ Jawad Nazari

(back to top)

πŸ”­ Future Features

  • Making desktop view
  • Impoving UI / UX of the application
  • Improving Navigation

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a start if you like this project!

(back to top)

πŸ™ Acknowledgments

  • I would like to thank the Microverse program!

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 69.1%Language:HTML 16.8%Language:Batchfile 8.3%Language:JavaScript 3.7%Language:CSS 2.1%