Re-Former
Simple rails form.
Build with
- Ruby
- Rails
- sqlite3
- VS Code
Get Started
- You first need to clone the repository
- install the dependencies (gems) by running
bundle install
in your terminal
- Run
db:migrate
- Run
rails s
to start the rails server
- Visit http://localhost:3000 in your browser to see and interact with the form.
👤 Mbabali Iryn
👤 Patrick Nyatindo
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
- Microverse
- The Odin Project