Skip to content

fabio-anzola/Helpupil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GNU AGPL v3.0


Helpupil Logo

Helpupil is a platform where users can upload documents and make them available for other users to learn. For uploading files you get points, but only if they are marked as valid by a moderator. With these points one can compete with other users on a leaderboard. Other users of the platform can spend points to get access to documents for further education.
Explore the API docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

LoginView DocumentsView

Built With

Getting Started

To get a local copy up and running follow these simple steps:

Prerequisites

API

  • npm
    npm install npm@latest -g

Web-Frontend

You will need:

  1. JetBrains IntelliJ IDEA
  2. Maven/An active internet connection
  3. Oracle JDK / Open JDK with version 15.0.1 (or higher)

Installation

  1. Clone the repo

    git clone https://github.com/fabio-anzola/Helpupil.git
  2. (API) Install NPM packages

    cd server
    npm install
  3. (Frontend) Install NPM packages

    cd client
    maven install (within IDE)

Usage

  • Users can log into their account
  • Users can create their own account
  • Users can upload their documents
  • Users are structured after their Subject / Professor
  • Users can download a document
  • There is a Point-system evaluating the most contributing users
  • Users get points for uploading documents
  • There is a leaderboard
  • There are different roles
  • The API uses a database to store all data
  • We support specific file formats: jpg/png/pdf

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU AGPL v3.0. See LICENSE for more information.

Contact

Project Link: https://github.com/fabio-anzola/Helpupil

Acknowledgements

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •