My college digital notice board that allows students to Like, ask question regarding notice, save notice, share notice. It is built with HTML, CSS, JavaScript, PHP.
- Responsive design that adapts to different screen sizes and devices
- Look like a real notice board with wooden frame, chalk like font and green background.
- All the notice will appear on a single single page and student/ faculty can view them, It is kind of like a single page website.
- Create, edit, delete, like, comment, save, share like features are available (Only for admin).
- Like, comment, save, share like features are available (for Student)
To run this project locally, you need to have a web server with PHP support and a MySQL database. Follow these steps:
- Clone this repository or download the zip file
- Extract the files to your web server root directory (e.g.
htdocs
orwww
) - Create a database named
id19080715_acroboarddb
and import thelocalhost.sql
file from thedatabase
folder which is inside the data folder - Incase import fail then create a database named
id19080715_acroboarddb
and import the tables from thedatabase
folder which is inside the data folder - Edit the
connection.php
file in thedata
folder and update the database credentials and the Razorpay API key and secret key there are many video available on youtube regarding razorpay - Open your browser and navigate to
http://localhost/Acropolis-Notice-Board
- Enjoy!
Most the features won't work because of the limitation of free hosting please clone and then run locally You can see a live demo of this project here: https://anandchoudhary.in/projects/Acropolis-Notice-Board/index.php
This project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for details.