SachetAdhikari / ShareSaga

Home Page:https://sharesaga.live

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share Saga

GitHub repo size GitHub contributors GitHub stars GitHub forks

ShareSaga is a website that allows students to share resources.

It is a platform where Students can share their college resources like college notes, book pdfs, cheatsheets, PPTs, etc. accroding to different categories and write a informative blog on any insightful topics.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of python.
  • Have a basic knowledge of forntend or flask for backend.
  • You have read the whole Readme.

Use ShareSaga

Click on the link to open ShareSaga

Contributing to ShareSaga

To contribute to ShareSaga, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

  • To install all dependencies, run the following code
pip install -r requirements.txt

And, dont forget to add your info and fav emoji in the contributors section of the readme.

Commit messages rule

Write a tag before the commit

  • feat - a new feature
  • fix - a bug fix
  • docs - changes in documentation
  • style - everything related to styling
  • refactor - code changes that neither fixes a bug or adds a feature
  • test - everything related to testing
  • chore - updating build tasks, package manager configs, etc

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact us you can reach us at sharesaga174@gmail.com .

License

This project uses the following license: GNU.

About

https://sharesaga.live

License:GNU General Public License v3.0


Languages

Language:HTML 58.7%Language:Python 37.3%Language:CSS 4.0%