Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aleksandarivezic/re-former


https://github.com/aleksandarivezic/re-former

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## Re-Former
In this project, we build some forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provide.
This is part of the Forms Project in The Odin Project’s Ruby on Rails Curriculum. Find it at [Project:Forms](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/forms)

## Built with
- Ruby on Rails

## Getting Started
Clone this repository to get a copy of this project.
- Open your terminal
- Run `git clone https://github.com/ShinobiWarior/re-former.git`
- Open the project with your favorite code editor.

## Installation
After cloning the repo, you also need to install the required gems on your machine
- Run `bundle install` to install the dependencies
- Run `rails db:create` and `rails db:migrate` to create required database tables
- Run `rails server ` to start this app on the local server
- Open `localhost:3000/users/new/` in your browser to CREATE a new user
- Open `localhost:3000/users//edit` to UPDATE existing user (customize your user ``)

## Authors

πŸ‘€ **Peter Mbuthia**

- GitHub: [@Blakbox23](https://github.com/blakbox23)
- Twitter: [@blakbox23](https://twitter.com/blakbox23)
- LinkedIn: [Peter Mbuthia](https://www.linkedin.com/in/peter-mbuthia)

πŸ‘€ **Aleksandar Ivezic**

- GitHub: [Aleksandar Ivezic](https://github.com/ShinobiWarior)
- Twitter: [@Aivezic](https://twitter.com/Aivezic)
- LinkedIn: [Aleksandar Ivezic](https://www.linkedin.com/in/aleksandar-ivezic/)

## 🀝 Contributing
Contributions, issues, and feature requests are welcome.
Fell free to check the [issues page](https://github.com/shinobiwarior/re-former/issues)

## Show your support
Give the ⭐ if you like this project.