Skip to content

This is a rails form project from microverse rails curriculum with features of Creating, Reading, Updating, and Deleting a user.

License

Notifications You must be signed in to change notification settings

bini-i/re-former

Repository files navigation

Re-former

Project Description

This is rails form project from microverse rails curriculum with features of Creating, Reading, Updating, and Deleting a user.

Built with

  • Ruby v2.7.2
  • Rails 6
  • SQLite3

Features

  • Creating a user
  • Reading a user
  • Updating a user
  • Deleting a user

Getting Started

  1. Compulsory Installations:

    gem install rails
    
  2. Get a local copy

    • Clone the repository
    git clone https://github.com/bini-i/re-former.git
    
    • Go to the local repo and run
    bundle install
    
    • Update your yarn if its out of date with
    yarn install --check-files
    
  3. Configure the database

    • open the repo in a terminal
    • run the following command
    rails db:migrate
    
  4. Running the rails project

    • open the repo in a terminal and run
    rails server -p 3000
    
    • open a browser and navigate to
    localhost:3000/user
    

Authors

👤 Tendai Nyandoro

👤 Binyam Hailemeskel

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • RailsGuides

📝 License

This project is MIT licensed.

About

This is a rails form project from microverse rails curriculum with features of Creating, Reading, Updating, and Deleting a user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages