nottherealalanturing / hello-rails-react

Rails one app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello_rails_react.

A fullstack app with react and rails

Built With

  • Ruby
  • Ruby on Rails v7.0.4
  • React

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby
  • Rails: 7.0.4
  • Postgres
  • Git

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:

Install gems with:

    bundle install
    yarn install 

Setup database with:

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

Start server with:

    ./bin/dev

Then open a web page and go to port 3001 on your local machine.

Running tests

    bundle exec rpsec

Deployment

Follow vendor specific instructions to deploy the application.

Authors

👤 Assad Isah

🤝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Rails one app.


Languages

Language:Ruby 77.3%Language:HTML 12.6%Language:JavaScript 8.2%Language:CSS 1.6%Language:Shell 0.3%