Skip to content

dev1980/re-former

Repository files navigation

README

This project is from the microverse curriculum using The Odin Project The goal is to do practice with rails forms. HTML Form / Railsy Forms with #form_tag / Railsy-er Forms with #form_for / Editing

Setup & Use

To run the project first clone the repo:

git clone https://github.com/dev1980/re-former.git

Then cd to the project folder:

cd re-former

Upadte gems from the Gemfile:

bundle update

Then migrate the database:

rails db:migrate

If there are any errors for the Gemfile, then please install as said in the error messages.

Navigate through the project tables from the console:

rails console

To run all the tests:

rails db:migrate RAILS_ENV=test
rails test

Requirements

Ruby version 2.6.4 Rails version 6.0.0 Bundler version 2.0.2

Authors: Brham Dev Mahato, Miguel Prada

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published