https://github.com/abhisingam/noteshare
A content-sharing web platform for students to share course material. Python | JS | Flask | HTML
https://github.com/abhisingam/noteshare
bootstrap flask javascript python3
Last synced: 2 months ago
JSON representation
A content-sharing web platform for students to share course material. Python | JS | Flask | HTML
- Host: GitHub
- URL: https://github.com/abhisingam/noteshare
- Owner: AbhiSingam
- Created: 2020-11-14T12:58:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T13:02:38.000Z (over 5 years ago)
- Last Synced: 2025-09-09T18:24:41.658Z (10 months ago)
- Topics: bootstrap, flask, javascript, python3
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteShare
Notes sharing and QP archive web-app.
Allows images, text files, archives and PDFs as uploads and stores them.
A simple, easy-to-use solution to repetitive, redundant requests for notes and previous year papers on whatsapp groups.
## Implementation
Flask based back-end with JavaScript front-end.
Jinja2 and Bootstrap used with HTML5.
SQLite as DBMS.
## Requirements
Flask
```
pip install Flask
```
SQlite
```
$tar xvfz sqlite-autoconf-3071502.tar.gz
$cd sqlite-autoconf-3071502
$./configure --prefix=/usr/local
$make
$make install
```
Werkzeug
```
pip install Werkzeug
```
FLask-Uploads
```
pip install Flask-Uploads
```
Flask-SQLAlchemy
```
pip install flask-sqlalchemy
```
Flask-WTF
```
pip install Flask-WTF
```
WTForms
```
pip install WTForms
```
Flask-Bootstrap
```
pip install Flask-Bootstrap
```
## License
[MIT](https://choosealicense.com/licenses/mit/)