Skip to content

Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.

Notifications You must be signed in to change notification settings

braincee/hello-rails-back-end

Repository files navigation

Hello Rails Back End

Create a React front-end with a Rails back-end and connect them to display a random greeting message.

Made With

  • Ruby on Rails
  • Postgresql

Link to React App

link

Getting Started

Setup

To setup the project locally: clone the repository using:

git clone https://github.com/braincee/hello-rails-back-end.git

Install dependencies

run:

bundle install

Setup database

run:

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

Run the app

run:

rails s

Authors

👤 Stephen Annor

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

About

Microverse Module 05 Project: This is an educational project to set up a "Hello world" project as two separated apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published