In this Tech Savvy era, with lot of advancements in the field of AI, ML, IoT and Deep Learning - People are randomly posting out random, partial and incomplete data on internet. ARMS proposes a Reviewed Article System in which article is published only after review. With added features for visually impaired, ARMS is ready to be implemented
The features include:
- Automated System - A Fully Automated Content Posting System
- Options and Panel - User Dashboard and Admin Panel
- Fully Flexible Editor - 83+ Formatting Options
- Post Status - Functionality to save your contributions as Drafts, Send for Reviews and Get is Published by Admin
- Newsletter - Newsletter Section for getting updates about new posts
- AthenaVoice - A section for The People with Vision defects / complete blindness - so that they can listen to the article content.
- Social Media Sharing - Direct Social Media sharing options, to avoid hassle of Link copying and storing
- Author Profiles - Easily Sharabale profiles for a particular author, which could be shared to present your contributed works. (Without any company branding)
- Comments - Innovative Comment System that adds a tag based on the type of comment made on the post (Enhancement, Hatred, Spam, Uplifting, Improvement, Best, etc.)
- Rating - Rating System for every post, A cummulative average rating is calculated.
- Use the command:
git clone https://github.com/Athena-Education/Article_Repository_Management_System/
- Take the database file named:
arms.sql
in the Database folder - Go to phpMyAdmin
- Create a Database, Click on
Import
and uploadarms.sql
- If Project had to be run locally, using XAMPP
- In
connection.php
, Configure your database connection as following:
$con = mysqli_connect('localhost', 'root', '', 'YOUR_DATABASE_NAME');
- In