📗 Table of Contents

📖 Hello Rails React

Testing React on Rails (single application) Frontend link

🛠 Built With

Tech Stack

Key Features

  • Testing React on Rails (single application)

(back to top)

💻 Getting Started

Prerequisites

To run this project you need the following dependencies:

  • Ruby
  • Rails
  • PostgreSQL

Setup

  • Clone this repository to your local machine:
  git clone git@github.com:shasherazi/hello-rails-backend.git
  cd hello-rails-backend
  • Install dependencies:
  bundle install
  • Create environment variables POSTGRESQL_USER and POSTGRESQL_PASSWORD or edit config/database.yml with your database connection info.

  • Recreate Data Base:

  rake db:schema:load

Usage

To run the project, execute the following command in the terminal:

  cd hello-rails-react
  rails s  

👥 Author

👤 Anthony Martin

(back to top)

🔭 Future Features

  • Add picture to user account.
  • Generate reports.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank the Microverse community for their support and guidance.

(back to top)

📝 License

This project is MIT licensed.

(back to top)