Kashif-Saleem-Ghuman / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails Back End

πŸ“— Table of Contents

πŸ“– [Hello Rails React]

[Hello Rails Back End] is a Rails backend to provide the front end with greetings Api

Link to front end repo

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • [User can read 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:

To have installed ruby on your computer To have installed rails

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Kashif-Saleem-Ghuman/hello-rails-back-end.git
  

Install

Install this project with:

  cd hello-rails-back-end
  rails db:create db:migrate db:seed
 bundle install

Usage

To run the project, execute the following command:

  rails s

(back to top)

πŸ‘₯ Authors

πŸ‘€ Kashif Saleem

  • GitHub:Kashif
  • Twitter:Kashif
  • LinkedIn:Kashif

(back to top)

πŸ”­ Future Features

  • Allow the user to create a new greeting
  • Add more greetings to display
  • Add a login page and then greet the logged in user

(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 you can give it a star ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank microverse for providing all the reading resources to buld this

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 98.9%Language:HTML 1.1%