The aim of this project was to create forms using Rails.
| Contents |
|---|
| Built With |
| Install |
| Authors |
| License |
I have built a working form that lets you create and edit a user using Ruby on Rails
- Ruby: 2.7.2
- Ruby on Rails: 6.0.3.4
- VS Code
Follow these steps below to get my application working
-
- Open your
Terminal
- Open your
-
- Navigate to the directory where you will like to install the repo by running
cd FOLDER-NAME
- Navigate to the directory where you will like to install the repo by running
-
- Run
git clone git@github.com:dasikeker/re-former.gitto download or you can download usingHTTPSby runninggit clone https://github.com/dasileker/re-form.gitin the terminal
- Run
-
- Run
cd re-formerto enter directory
- Run
-
- Run
bundle installto install Ruby Gems (hint: Mac users, if not working then runsudo bundle install)
- Run
-
- Run
rails db:createto create the database
- Run
-
- Run
rails db:migrateto migrate your database on your local machine
- Run
-
- Run
rails consoleto get started
- Run
-
- Open
http://localhost:3000/in your browser
- Open