hire-badge Twitter Follow

Re-Former (Building with Active Record)

In this project I used necessary MVC elements to build a basic user form that can display users, create a user, edit user's details and delete a user. In addition to these, if a form fails to save or update an entry, a list of errors will be displayed .

Built With

  • Ruby
  • Ruby on Rails
  • VSCode
  • Linters

What it does?

Creates associations between different models in Ruby on Rails.

Getting Started

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

Prerequisites

  • Ruby installed on local machine

Usage

  • Fork/Clone this project to your local machine;
  • Open folder in your local enviroment and run thes lines of code to get started: cd Reformer bundle install rails db:migrate
  • Run rails s to start a server in your computer;
  • In your browser address, type the following URL: localhost:3000;
  • Enjoy the App and its functionalities!

Authors

👤 Glory David

🤝 Contributing

Contributions, issues 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