https://github.com/tedlivist/re-former
https://github.com/tedlivist/re-former
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/re-former
- Owner: TedLivist
- Created: 2021-06-17T20:12:39.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-06-18T23:43:17.000Z (about 5 years ago)
- Last Synced: 2023-03-10T05:02:30.333Z (over 3 years ago)
- Language: Ruby
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Bare Metal Forms and Helpers
> The project contains the forms for creating a new user and for editing a user
This project was built to solidify understanding of form creation with Rails
## Built With
- Rails
- Ruby
- HTML
## Getting Started
### Prerequisites
- Node
- Rails
- Yarn
- Git
- Node
### Setup
#### Clone this repository on to your local PC
- Click on the `Code` green button
- By the right end of the read-only input containing the repository link click the clipboard icon to copy the link.
- In your local PC, open your terminal in the folder you would like to clone the repository into.
- Clone the repository with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/re-former.git`.
- After the clone, type in the command `cd re-former` to access the directory on the terminal.
### Usage
- While on the terminal in the directory of the project, type `rails s` command to run the server.
- Visit `localhost:3000/users/new` to create a new user.
- Visit `localhost:3000/users/[:id]/edit` to update the data of the user with the chosen `id` like so: `localhost:3000/users/2/edit`.
## Authors
👤 **Teddy-Livingstone Ememandu**
- [GitHub](https://github.com/TedLivist)
- [Twitter](https://twitter.com/iamxted)
- [LinkedIn](https://linkedin.com/in/tememandu)
## 🤝 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
- Rails Guide
- The Odin Project
- Inspiration
- etc