Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meltrust/re_former


https://github.com/meltrust/re_former

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# micro_reddit

> A rails form app to practice rails form helpers.

![screenshot](app_screenshot.png)

re_former is a project done to practice forms, form helpers, form_with using routes, controllers and views.

## Why is this useful?

It demonstrates how forms work in Rails.

## Built With

- Ruby language!
- Rails gem!
- Sqlite 3

## Getting Started

To get a local copy up and running follow these simple example steps.

To get a local copy up and running follow these simple example steps.

### Prerequisites

Ruby: 2.7.2
Rails: 6.0.3.5
Sqlite 3

### Setup

Instal gems with:

```
bundle install
```

Setup database with:

```
rails db:create
rails db:migrate
```

### Usage

Start server with:

```
rails server
```

Open `http://localhost:3000/users/new` in your browser for a new record.

Open `http://localhost:3000/users/[..]/edit` in your browser to edit a record, where [..] is the id of the record (eg: 1).

Open `http://localhost:3000/users/[..]` in your browser to view a record, where [..] is the id of the record (eg: 1).

## Authors

👤 **Miguel Tapia Escalera**

- Github: [@Meltrust](https://github.com/Meltrust)
- Linkedin: [meltrust](https://www.linkedin.com/in/meltrust/)

👤 **Chukwuma Obasi**

- Github: [@ccobasi](https://github.com/ccobasi)
- Linkedin: [ Chukwuma Obasi ](https://www.linkedin.com/in/chukwuma-obasi/)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](https://mit-license.org/) licensed.