Set up a "Hello world" project with two apps

Microverse

Rails App backend

Link to React frontend

React Project PR

Built With

  • Ruby on Rails
  • PostgreSQL

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

  • Make sure you have Ruby on Rails set up properly on your computer
  • Clone or download this repo on your machine
  • Enter project directory

Install

  • bundle install

Database

Create user

  • sudo -u postgres createuser hello_rails_back_end -s

Create database, load schema and seed data

  • rails db:reset db:seed

Run

  • rails s

Author

👤 Isabella Namutenda

🤝 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

  • A special thanks to Microverse for inspiring this project. We are indebted to you all at Microverse
  • A special thanks goes to all our peers at Microverse for being there for us.

License

This project is MIT licensed.