PROJECT:FORMS - Odin Project
This project's intention was to build forms using nearly-pure HTML and then graduating to using the helper methods that Rails provides.
- Ruby.
- Ruby On Rails.
- rspec.
- Git.
- Rubocop.
- Ruby.
- Ruby On Rails.
- Git.
- Install Ruby on your machine.
- Install Rails on your machine.
- Install Git on your machine.
- Install Node.js and Yarn. According to the official yarn website, it is recommended to install Yarn through the npm package manager, which comes bundled with Node.js when you install it on your system. Once you have npm installed you can run the following both to install and upgrade Yarn:
npm install --global yarn
- 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
👤 Luis Felipe Angulo Torres
- Github: pipe2442
- Twitter: @donCodigo_
- Linkedin: linkedin
👤 George Gbenle
- Github: @george-shammar
- Twitter: @GeorgeShammar
- LinkedIn: @George Gblenle
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project! 🤝
- [Thanks Microverse][https://github.com/microverseinc]
This project is MIT licensed.