Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam5992/hseducation
A complete educational website with many features.
https://github.com/shivam5992/hseducation
Last synced: 1 day ago
JSON representation
A complete educational website with many features.
- Host: GitHub
- URL: https://github.com/shivam5992/hseducation
- Owner: shivam5992
- Created: 2013-07-11T21:14:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-30T09:49:09.000Z (over 11 years ago)
- Last Synced: 2024-04-16T03:51:50.463Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 26.1 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
High-School-Education
=====================A complete educational website.
Web Technologies Used in the project: Php, Javascript, Html, Css3, Jquery, Ajax and Xml.
Tools and Technologies : Wamp Server/(or any other server), MySql
This project is a complete education website with a number of features like
1. Downloading books, magzines, papers, study material etc.
2. Question Answer Portal Forum for asking questions directly to teachers and authors.
3. Web Search, Books Search, Video Search and Latest News by web Crawling.
4. Buying and Selling of old and new books via online payment gateway.
5. Seperate sections for Admin, guests, studetns and teachers.Php Curl is used for web Crawling.
Similar function is used for extracting Image
and extracting text for the purpose of data mining.
Curl is also extracting the tag attributes like href, text etc.To Initialize the curl :
$this->curl= curl_init();
is used, then there are standar functions of
Curl Php Manual which are used in this project.To setup the database, create a database named "high_school" in MySql or PhpMyAdmin or whatever that supports MySql.
CREATE DATABASE high_schoolThen Import the "high_school.sql" file from the "databasa_query" folder.
mysql -u root shivam < high_school.sqlStart the Wampserver and load the project to run it.