Debas-31 / hello-rails-back-end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello Rails Back End

A simple application that contains the setup of rails and react in one application. The App loads a random greeting message from the database when the page loads.

Link to Front-end

Built With

  • Ruby
  • Ruby on Rails
  • HTML

prerequisites

  Ruby
  rails version 7.x gem package 

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/hello-rails-back-end.git

cd hello-rails-back-end

Setup

Install gems with:

bundle install

Setup database with:

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

Install dependencies

npm i 
or
npm install

Usage

Start server with:

rails server

Visit http://localhost:3000/ in your browser.

👤 Debas Gebreslasie

🤝 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!

Acknowledgments

  • Ruby Community
  • rails developers

📝 License

MIT licensed.

About

License:MIT License


Languages

Language:Ruby 78.1%Language:HTML 16.3%Language:JavaScript 3.6%Language:CSS 2.0%