Hello Rails Back-end

πŸ“— Table of Contents

πŸ“–Hello Rails Back-end

The project is starting for the rails back-end development as API , the project will show random greeting messages, postgres database is used to store the greetings.

The API React Front End Application link

πŸ›  Built With

Tech Stack

BackEnd
Test
Database

Key Features

  • [Random Greetings]

(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:

  • Ruby on Rail Knowledge
  • Object Oriented Programming(OOP) Knowledge
  • Vs Code
  • Github / Git Bash
  • install ruby
 sudo apt-get install ruby-full
  • install rails

      gem install rails
    
  • Install gems of rails

      bundle install
  • install postgresql

      sudo apt-get install postgresql postgresql-contrib libpq-dev

Setup

Clone this repository to your desired folder:

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

Prepare the database:

  • create database
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  Rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Mudasir Sherwani

(back to top)

πŸ”­ Future Features

  • REST Full API

(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 give me a star.

(back to top)

πŸ™ Acknowledgments

  • I would like to thanks Microverse to guide me to complete this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)