- This is rails capstone project where demonstrates my skills of RubyOnRails module.
This project is a webapp where users can register only by providing an username. A login user can create articles & vote articles. Categories cannot be created but I am thinking to improve this app and add the admin user which can edit/delete
other users articles and create new categories
This project was built using these technologies.
- Ruby & Ruby on Rails
- Rspec / Capybara
- Bootstrap
- HTML / CSS / SCSS
- SQLite
- Bcrypt
- Rubocop
- PG
- Live Demo Link --> App Deployed with Heroku: LifeStyle-Articles 👈
To get a local copy up and running follow these simple example steps.
Ruby: 2.7.2 Rails: 6.0.3.4
- clone this repo:
- Clone with SSH:
[email protected]:hemant-soni-vst-au4/Lifestyle_articles.git
- Clone with HTTPS
https://github.com/hemant-soni-vst-au4/Lifestyle_articles.git
Install gems with:
$ bundler install --without production
Setup database with:
$ rails db:migrate
To have some categories ready run
$ rails db:seed
Run yarn
$ yarn
Start server with:
$ rails server
Open http://localhost:3000/
in your browser and sing in
- for any technical problems running
rails db:migrate:reset && rails db:seed
should solve the problem
- Run the command and see the output:
$ rails test
👤 Gzim Asani
- Github: @GzimAsani
- Linkedin: GzimAsani
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Nelson Sakwa - liFEstIye
- Microverse
This is a project developed by Microverse Student as the part of skill curriculum.