Skip to content

A web application to help newbies get started with open source.

Notifications You must be signed in to change notification settings

dernDren161/repolyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repolyser is a web application written in Ruby on Rails which helps newbies get started with open source.

How it works?

  • Users can signup or login into their respective accounts and add in their desired repositories along with their respective label as "Beginner","Intermediate" or "Advanced" along with the programming language in which it's written.
  • The users part the repositories w.r.t their experience with the particular repository and indirectly rate them.
  • A description field describing their experience with the repo and other suggestions would also be added. [Commit Pending/TODO]
  • This way, users help create a curated list for the viewers and also for open source newbies.
  • Others can view the details once they are logged in and can also delete the repository if desired.
  • New programmers can see the repository details and can easily make up their decision to choose a repository for contribution on the basis of the previously provided ratings by the users.
  • Once logged in, the viewers can also see the author of the thread and contact them through their email if required.

Run it on your local machine

  • New gems used

    • gem 'bootstrap', '~> 4.1.1'

    • gem 'devise'

    • gem 'jquery-rails'

  • Run bundle install

  • Database:

    • Database Used MYSQL
    • Credentials for repolyser_development:
      • Username : repo
      • Password : repo
  • cd into the repository and run rails server and watch the web app run on localhost:3000

Footnote:

If you want to make any desirable changes to the codebase, then please don't shy out to push a commit for the change.

About

A web application to help newbies get started with open source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published