This is a simple ruby on rails practice unit blog
Learning project from Udemy online course:
Complete Ruby on Rails Developer Course- CRUD operations for Articles obj
- UI representation for Articles CRUD operations
- Styling application with bootstrap
- Added users model: CRUD operations
- Added auth support to the project
- Added categories support
- Established many-to-many relationship: articles<>categories
- Added some integration tests
To start project use command:rails server
After redirect to:localhost:3000
To run all tests in project use:rails test
To run console use:rails console