📗 Table of Contents

📖 Hello rails back-end

In this project, we are creating a simple api application. For front-end app go to the following PR:

🛠 Built With

Full Stack

I am using full stack technologies to build my project.

Client
Server
Database

Key Features

Key features of the application.

  • *** Show random Greetings ***

(back to top)

🚀 Live Demo

Demo link [Coming soon]

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

command:

 gem install rails

Setup

Clone this repository to your desired folder:

commands:

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

Install

Install this project with:

command:

  cd Folder
  gem install

Usage

To run the project, execute the following command:

command:

  rails s

Run tests

To run tests, run the following command:

command:

  rspec

(back to top)

👥 Authors

The collaborators of this project.

👤 Marvellous Ibironke

(back to top)

🔭 Future Features

Features of this project.

  • User Authentication
  • CRUD Operations

(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 then you can show your support by giving to this project star.

(back to top)

❓ FAQ

Questions for new developers would ask when they decide to use your project.

  • How I can run this project?

    • After cloning repository, run rails s. After that, you will see you will see the homepage of the project.
  • How I can install rails

    • Install the rails by using gem install rails.

(back to top)

📝 License

This project is MIT licensed.

(back to top)