Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

High-School-Education
=====================

A complete educational website.

Link

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_school

Then Import the "high_school.sql" file from the "databasa_query" folder.

mysql -u root shivam < high_school.sql

Start the Wampserver and load the project to run it.