Set up a "Hello world" project with two apps

Microverse

Rails App with React

Link to Project PR

React Project PR

Built With

  • Ruby on Rails
  • PostgreSQL
  • Webpacker
  • React

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 with Ubuntu

  • sudo -u postgres createuser hello_rails_react -s

Create database, load schema and seed data

  • rails db:reset db:seed

Run

  • rails s

Author

👤 Muhammad Rizo Abdunazarov

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