pacyL2K19 / re-former-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby On Rails PROJECT:FORMS

PROJECT:FORMS - Odin Project

Hireable

This project's intention was to build forms using nearly-pure HTML and then graduating to using the helper methods that Rails provides.

Screenshot_2021-02-19_05-39-43 Screenshot_2021-02-19_05-41-56

Built With

Prerequisites

Getting Started

npm install --global yarn

Optional

Usage

  • Create new folder.
  • Open your terminal.
  • Run git clone https://github.com/pipe2442/re-former.git.
  • Enter root folder with command cd re-former.
  • run bundle install to install the dependencies
  • run bin/rails db:migrate to migrate the database
  • In the terminal from the root folder, type rails s and type localhost:3000/ on the browser to display the project.
  • To create a new user, go to: localhost:3000/users/new
  • To edit an existing user, go to: localhost:3000//users//edit
  • Replace the content inside the angle brackets with the appropiate values

Authors

πŸ‘€ Luis Felipe Angulo Torres

πŸ‘€ George Gbenle

🀝 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! 🀝

Acknowledgments

πŸ“ License

This project is MIT licensed.

About


Languages

Language:Ruby 73.0%Language:HTML 18.3%Language:JavaScript 7.0%Language:CSS 1.4%Language:SCSS 0.4%