Abdusaid10 / re-former

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-former

These projects will give you a chance to actually build some forms,both using nearly-pure HTML and then graduating to using the helper methods that Rails provides. The tutorial chapter will cover integrating a signup form with your Rails application and providing help if the user enters incorrect information.

In this project, you’ll build a form the old fashioned way and then the Rails way.

Prerequisite

  • Ruby 2.6.3
  • Rails 5.2.3

Getting started

git clone https://github.com/Abdusaid10/re-former.git
cd re-former

To get started with the app, clone the repo and then install the needed gems:

bundle install --without production

Next, migrate the database:

rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

rails test

If the test suite passes, you'll be ready to run the app in a local server:

rails server

Author

About


Languages

Language:Ruby 73.6%Language:HTML 20.0%Language:JavaScript 3.3%Language:CSS 2.5%Language:CoffeeScript 0.6%