Skip to content

Hello Rails Backend is a basic demo project aimed to show how to setup Ruby On Rails with api only controllers.

License

Notifications You must be signed in to change notification settings

Mujeeb4582/hello-rails-back-end

Repository files navigation

📗 Table of Contents

📖 Hello Rails Backend

Hello Rails Backend is a basic demo project aimed to show how to setup Ruby On Rails with api only controllers.

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Use api only Ruby On Rails
  • Use Ruby On Rails with Postgresql

(back to top)

💻 Getting Started

Prerequisites

Setup

To setup the project follow the steps:

  1. Clone this project using Git Bash:

    git clone git@github.com:Mujeeb4582/hello-rails-back-end.git
    
  2. Inside the project directory, install the project's dependencies

    bundle install
    
  3. Create the app's database

    rails db:create
    rails db:migrate
    rails db:seed
    

Available Scripts

You can run the project by executing the following command:

  • rails server
    

👥 Authors

👤 Mujeeb ur Rahman

  • GitHub: Mujeeb
  • Twitter: mujeeburrahman
  • LinkedIn: Mujeeb-ur-Rahman

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for project inspiration.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

Hello Rails Backend is a basic demo project aimed to show how to setup Ruby On Rails with api only controllers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published