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

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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