This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version: ruby-3.1.0
Firstly, Make sure you have currect Ruby and Rails versions installed in your system
- Ruby: 3.1.0 (One can install it via RVM)
- Rails: 7.0.1 (bundle install is sufficient once you install ruby)
- Once Ruby and Rails is install, run
bundle install
to install project dependencies - Then run
rails s
to start the local server - Navigate to http://0.0.0.0:3000/admin/
- Done
- Authentication
- Item Tracking
- Soft Delete
- Role based Access Control etc.