/Hello-World

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Hello World !]

[Hello World !] is a demo project to learn how to set up ruby on rails as backend and react as front end library.

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Client
Server
Database

Key Features

Describe between 1-3 key features of the application.

  • [Displays Random greeting messege From seed Database]

(back to top)

🚀 Live Demo

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

Setup

Clone this repo with git. Run the following command in your terminal:

  git clone https://github.com/Krishnabot/Hello-World.git

Install

Install this project with:

Example command:

  cd Hello-World
  bundle install
  npm install

Usage

You will need to create a database and run the migrations. At this moment the project expects you to have a database named hello_world_development. You can create this database and generate the migrations by running the following command:

  rails db:create && rails db:migrate

To start the server use the following command:

  .bin/dev

Run tests

No Tests are available at this momemnt

(back to top)

👥 Authors

👤 Krishna Prasad Acharya

p align="right">(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 Please give a ⭐️

(back to top)

(back to top)

📝 License

This project is MIT licensed.

(back to top)