AlanSoto31 / re-former

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Forms

Project Description

Ruby on Rails - Forms:

  • Models, Views, and Controllers (MVC)
  • Data Structures & Relationships
  • Migrations
  • Routing
  • Associations
  • Validations
  • RESTful design

Built With

  • Ruby on Rails

Getting Started

  • To get a local copy up and running follow these simple steps.

Instructions

  • Open the console
  • Download or git clone https://github.com/AlanSoto31/re-former.git
  • cd re-former
  • run bundle install
  • run yarn install
  • run rails db:migrate
  • run rails server

Install

  • yarn
  • Ruby
  • Ruby on Rails
  • Text Editor

Routes

  Verb   URI Pattern                                         Controller#Action
  POST   http://localhost:3000/users(.:format)               users#create
  GET    http://localhost:3000/users/new(.:format)           users#new
  GET    http://localhost:3000/users/:id/edit(.:format)      users#edit
  PUT    http://localhost:3000/users/:id(.:format)           users#update

Authors

👤 Will Nyamunokora

👤 Alan Soto

Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

This project is MIT licensed.

About


Languages

Language:Ruby 73.2%Language:HTML 16.8%Language:JavaScript 7.8%Language:CSS 1.5%Language:SCSS 0.7%