Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 840 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 840 Bytes

Portfolio-mmi project - Ruby on rails

Features

  • USER

    • CRUD
    • Register
    • Login
    • Avatar upload
    • Update profils
    • Create portfolio
      • Add picture
      • Add url
    • Update portfolio
    • Vote
  • Portfolios

    • Filtred by profils
  • Admin

    • Unpublish portfolio
    • Add cities
    • Add Job type

Dependencies (gem)

Launch project

Running on http://localhost:3000

bundle install
rake db:create
rake db:migrate

rails s

Ruby version

5.0.1