/hello-rails-backend

Primary LanguageRubyMIT LicenseMIT

Hello Rails - API Backend

A Hello World app build with Rails.

Link to Front-end: Front-end

Built With

  • Ruby on Rails
  • Ruby

Prerequisites

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Install

  • Ruby
  • Ruby on Rails(as a gem)
  • PostgreSQL database

Getting Started

To get a local copy of the app, run the following commands in your terminal:

 > git clone https://github.com/Lembani/hello-rails-backend.git
 > cd hello-rails-backend
 > bundle install

Run the following commands to start the app

 > rails db:create
 > rails db:migrate
 > rails db:seed
 > rails s

In your browser, go to

  • http://localhost:3000

Author

👤 Lembani Sakala

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.