yin-ka / 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

This is with purpose of getting familiar on using rails as backend to provides endpoints that can be used in react.

Hello-rails-back-end is a Ruby on Rails project

πŸ› οΈ Built With

  • Ruby on Rails
  • Ruby

Tech Stack

Version Control
Visual Studio Code
Server

Key Features

  • Linters SetUp
  • Create Ruby on Rails Project
  • Create model schema
  • Add controllers

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

  • Visual Studio Code.
  • Git bash.
  • Ruby installed
  • PostgreSQL installed
  • GitHub Account.

Setup

Open your terminal and run the following commands:

Install

Install this project with: npm Example command:

  cd my-project
  npm init -y
  bundle instal

Usage

To run the project, execute the following command: npm start or live server Example command:

  GitHub Pages Server

Run tests

To run tests, run the following command: npm test Example command:

  rubocop .
  rspec .

(back to top)

πŸ‘₯ Authors

πŸ‘€ Yusuf Sholotan

(back to top)

πŸ”­ Future Features

  • Adding more BackEnd
  • Making it stylish

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!
Feel free to check the Issues.

(back to top)

⭐️ Show your support

If you like this project please follow me on GitHub and Linkedin.

(back to top)

πŸ™ Acknowledgments

  • I would like to thank Microverse for this exercise.

(back to top)

❓ FAQ (OPTIONAL)

  • How long can it take to build that project

    • one days according to personal skills
  • Where to find Figma for that project!

    • wireframes to be announced soon

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