Giter VIP home page Giter VIP logo

notessharing's Introduction

alt text

Fire Notes is a notes sharing platform where students can upload, maintain versions and download notes.

##To do

  • Add apache solr for document search
  • Add Star feature
  • Add Download Counter
  • Add Meta Data before uploading file
  • Search files by metadata
  • Add subjects of each semester to database
  • Subjects Scraper
  • Concatenate the files into a single pdf
  • Upload multiple files at once

##How to run

  • drop all db
  • delete app.db
  • delete search.db (Whoosh index)
  • delete migration folder
  • start redis-server
  • initiate apache solr -> ./bin/solr start -e cloud -noprompt
python manager.py create_db
python manager.py db init
python manager.py gunicorn

##Features

  • Upload and download notes.
  • Anybody can download any version of the file.
  • People can upload notes only to the deparment they belong to.

##Contribute If you want to add features, fix bugs, or report issues, feel free to send a pull request!!

####Contributors

  • Nirvik Ghosh
  • Sriram S
  • Anantha Natarajan
  • Vignesh Manix

notessharing's People

Contributors

nirvik avatar ssundarraj avatar sananth12 avatar vigneshmanix avatar

Stargazers

 avatar Mandar Deshpande avatar HomeWave avatar Jeivardan avatar  avatar Nishank Bhati avatar Akshay Khairkar avatar SHRAVAN MURALI avatar Rohit Gupta avatar Suhith Rajesh avatar Rogerio Marques avatar Reid Cooper avatar  avatar Jude Naveen Raj avatar Nitin Khanna avatar Tushar Gautam avatar Rahul Narasimman avatar  avatar  avatar Jeevan Benny avatar  avatar  avatar

Watchers

Chakradar Raju avatar Sumit Ranjan avatar Shiva Nandan avatar Dinesh Prasanth avatar Jithin K Rajeev avatar Rohan Sinha avatar James Cloos avatar Jude Naveen Raj avatar Robo avatar Vignesh  avatar shriram avatar Dishant Shah avatar Varun Ramachandra Sekar avatar  avatar Vikash B avatar  avatar Mohit Goyal avatar Karthik vijay avatar Abhishek Kaushik  avatar  avatar Rizwan H avatar Rahul Narasimman avatar Suhith Rajesh avatar Akshay Khairkar avatar Akshay Pai avatar  avatar  avatar

notessharing's Issues

Circular dependency when creating db

Line 11 in routes.py

departments = Department.query.all()
list_departments = []
for dept in departments:
    list_departments.append(dept.department)

When creating a new db, this part must be

# departments = Department.query.all()
# list_departments = []
# for dept in departments:
#    list_departments.append(dept.department)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.