/rails-forms

This is a basic project that consists of building a simple form to obtain a username, email, and password, and store that data with Active Record.

Primary LanguageRuby

Rails Forms - Re-former

This is a basic project that consists of building a simple form to obtain a username, email, and password, and store that data with Active Record.

Built With

  • Ruby on Rails
  • SQLite
  • Rubocop

To Run:

  • Clone this repository by clicking on the green button at the top menu labeled "Code", then clicking the paper holder sign to copy it.
  • Open the project folder where the repository was downloaded.
  • In your terminal, run the command -- bundle install. This will install all the required dependencies
  • Thereafter, run the migrations. To do this, while in the project root folder, run the command: rails db:migrate.
  • Now you can start the server with: rails server.
  • To open the application in the browser, visit http://localhost:3000.

Authors

👤 Alexisbec

👤 Ajanaku Temitope

🤝 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 for microverse course purposes.