Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.2 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.2 KB

PROJECT ASW - HACKERNEWS

This is an university project where a clone of the website HackerNews had to be done in two different frameworks and deploy it twice.

  • First step: A Ruby project with all the features HackerNews originally has.
  • Second step: Document the API we created in Ruby in Swagger. (YAML file)
  • Third step: Create a project with a Javascript framework (React).

Ruby: https://project-asw.herokuapp.com/

React: http://client-hackernews.herokuapp.com/

Features:

  • Log In/Auth Features
  • News Creation Form
  • Vote/Unvote
  • Filtering (Time, Creation, Questions)
  • Comment
  • Thread of comments

Demo

image image

Team:

  • Claria, Didac

  • Nievas, Maria

  • Masip, Agnés

  • Pereira, Emma

  • Sansón, Carlos

Directories:

  • Controllers:

    application_controller comments_controller notices_controller sessions_controller threads_controller users_controller

  • Models:

    application_record comment notice user

  • Views:

    comments layouts threads users