https://github.com/amifunny/commentx
A discussion platform for URLs as an extension
https://github.com/amifunny/commentx
Last synced: 6 months ago
JSON representation
A discussion platform for URLs as an extension
- Host: GitHub
- URL: https://github.com/amifunny/commentx
- Owner: amifunny
- License: lgpl-2.1
- Created: 2020-12-12T16:55:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T10:28:44.000Z (about 3 years ago)
- Last Synced: 2025-02-09T09:13:46.971Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 697 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommentX
A Chrome extension to read and write comments on any web url. It is a complete discussion platform in form of extension. It allows mentions and notifications as well.
## Screenshots
![]()
![]()
![]()
## Files Structure -
React files are in [/src](https://github.com/amifunny/CommentX/tree/main/src) directory.
JS files converted from JSX are in [/main/popup/js](https://github.com/amifunny/CommentX/tree/main/main/popup/js) directory.
To load extension in developer mode in chrome browser, load unpacked [/main](https://github.com/amifunny/CommentX/tree/main/main) directory.
Database Structure is in [/db_schema](https://github.com/amifunny/CommentX/tree/main/db_schema) directory which could be imported to initialize a database on local MySQL server.
Backend of this application is written in Python, Flask. Server files are stored in [/server](https://github.com/amifunny/CommentX/tree/main/server/) directory. Use `flask run` to start a local server.