Skip to content

zilton7/ror_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT NAME

We were asked to create a RE-FORMER project in order to learn about Rails forms. We created User model and implemented the pages for showing all users (index), createing user (new), and updating user (edit).

Built With

  • Ruby on Rails
  • Active Record
  • Bootstrap 4
  • Ruby

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder> 
$ git clone [email protected]:garciajordy/re-former.git
$ cd re-former 

Migrate the database

$ rails db:migrate 

Run the rails server

$ rails server

In your browser, navigate to; fill the form to create an user

$ http://localhost:3000/users/new

To edit an user, navigate to:

$ http://localhost:3000/users/2/edit

In order to see all users, navigate to:

$ http://localhost:3000

AUTHOR

Zil Norvilis

  • Github:
  • Linkedin:
  • Twitter:

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

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

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published