elarhadu / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HELLO RAILS BACK-END


πŸ“— Table of Contents

HELLO RAILS BACK-END

Hello Rails Backend holds the Backend development source rails api of an app that displays random greetings

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • Random display of greetings

(back to top)

(back to top)

πŸš€ Front-End Link

Hello Rails

(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 install ruby on your PC. You can read this documentation on how to do so
  • To install postgresql on your PC. You can read this documentation on how to do so
  • Know how to navigate directories or folders at the CLI.
  • Know how to get the URL(https/ssh) of a repository on GitHub.
  • You should have a code editor installed, preferably VSCode
  • In order to run this project you need:

Setup

In desired folder or directory in the CLI, run the command:

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

Navigate into the cloned folder or repository by running the command:

cd hello-rails-back-end

If VsCode is your default code editor, run:

code .

You are all set up!

Install

Install this project with:

 bundle install

Usage

To setup the database, run

rails db:create db:migrate db:seed

Run tests

To run tests, run the following command:

  rspec spec

Deployment

To run the project, execute the following command:

ruby bin/rails server

You can deploy this project using:

http://[::1]:3000
or
http://127.0.0.1:3000
or
localhost:3000

(back to top)

πŸ‘₯ Author

πŸ‘€ Emmanuella Adu

(back to top)

πŸ”­ Future Features

  • Create a feature that allows users to create a new greeting

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

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for this project inspiration.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 87.5%Language:Batchfile 11.5%Language:HTML 1.0%