Skip to content

This is the 3rd project of the RoR module of Microverse

License

Notifications You must be signed in to change notification settings

VanessaAoki/re-former

Repository files navigation

Microverse MIT Licensed GitHub last commit GitHub Repo stars

Bare Metal Forms and Helpers

This is the Third project from the Ruby on Rails module, and we created a form that can create and edit Users - username, e-mail, and password.

Getting Started

Prerequisites

To run this project, you need a computer with Ruby and Ruby on Rails installed.

If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.

If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.

Setup

  1. Clone the repository:
https://github.com/VanessaAoki/re-former.git
  1. Type $ cd bin to move to the bin folder, you must be on this folder to execute the file;

  2. Install all required gems by typing $ bundle install on the terminal;

  3. Execute $ rails server on the terminal and run http://localhost:3000/users/new on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari etc.) and create your user by filling the Username, E-mail and Password fields;

  4. To edit a user run http://localhost:3000/users/:id/edit in your browsew, edit the chosen fields, and hit the update button;

  5. After you are done, stop running the server by clicking ctrl + C on your terminal.

Built With

  • Ruby 2.7.2;
  • Ruby on Rails 6.1.3;
  • Ruby gems: sqlite3, puma, sass-rails, webpacker, turbolinks, jbuilder, rubocop;
  • Visual Studio, Git & GitHub;

Authors

👤 Mih Julius

👩🏼‍💻 Vanessa Aoki

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give an ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

This is the 3rd project of the RoR module of Microverse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published