Skip to content

FrederickMih/Rails-Forms

Repository files navigation

Rails-Forms

This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum. You can find the project requirements here. In this project we are using the form_for helper methods provided by Rails to do [new, create, edit, update, and show operations].

Screenshot-of-demo

Instructions

  1. Download a clone locally git clone https://github.com/FrederickMih/Rails-Forms/tree/development
  2. Enter the project folder cd Rails-Forms
  3. Install the necessary gems bundle install
  4. Migrate the database rails db:migrate
  5. Start the Rails server by using "rails server" command
  6. You can now create new users by going to http://127.0.0.1:3000/users/new
  7. View existing users by going to http://127.0.0.1:3000/users/[userId]
  8. Update existing users by going to http://127.0.0.1:3000/users/[userId]/edit

Authors 👤

Frederick Mih

_Github _LinkedIn

Ayman Jabr

_Github _LinkedIn

Show your support ⭐️⭐️⭐️

Give a star if you like this project!

License 📝

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published