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

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


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

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Re-former

This project gave us a chance to actually build some forms, both using nearly-pure HTML and then graduating to using the helper methods that Rails provides. The full project requirements can be found in the [Odin](https://www.theodinproject.com/courses/ruby-on-rails/lessons/forms)

## License

All source code in the [Ruby on Rails Tutorial](https://www.railstutorial.org/)
is available jointly under the MIT License and the Beerware License. See
[LICENSE.md](LICENSE.md) for details.

## Getting started

To get started with the app, clone the repo and then install the needed gems:

```
$ bundle install --without production
```

Next, migrate the database:

```
$ rails db:migrate
```

Finally, run the test suite to verify that everything is working correctly:

```
$ rails test
```

If the test suite passes, you'll be ready to run the app in a local server:

```
$ rails server
```

## Collaborators
- Raymond Oluoch

- Github-> [@ampaire](https://github.com/ampaire)
- Twitter-> [@AmpaPhem](https://twitter.com/AmpaPhem)
- LinkedIn-> [Ampaire Phemia](https://www.linkedin.com/in/ampaire-phemia-b41619181)

## Acknowledgements
For more information, see the

[Odin](https://www.theodinproject.com/courses/ruby-on-rails/lessons/forms)

[*Ruby on Rails Tutorial* book](https://www.railstutorial.org/book).