Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meltrust/re_former
https://github.com/meltrust/re_former
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/meltrust/re_former
- Owner: Meltrust
- Created: 2021-03-24T19:59:20.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-06T09:40:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T06:52:40.504Z (3 months ago)
- Language: Ruby
- Size: 433 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.