Skip to content

Commit

Permalink
Readme updated 11th commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SayanPandey authored Apr 3, 2018
1 parent 1c6c0a7 commit 1d9a07d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ A **Student-Admin portal system** wherein student can request for registration w

**You can check the site anytime because it is UP and RUNNING just click the link below:**

**http://sayanpandey.000webhostapp.com/classProject **
**http://sayanpandey.000webhostapp.com/classProject/**

*To Register yourself follow the instructions:*

**1. Submit a registration request from the Students' portal.**

**2. Visit Administrators' Portal; Use *'admin'* as USERNAME and *'admin'* as PASSWORD. **
**2. Visit Administrators' Portal; Use *'admin'* as USERNAME and *'admin'* as PASSWORD.**

**3.Find your request and click 'Accept'.**

Expand All @@ -36,17 +36,17 @@ The site is built completely from scratch, with no use of templates or bootstrap

There is extensive implementation of **AJAX** and **PRG** and this site is **impervious** to **SQL Injections and Cross Site Scripting (XSS).**

##Database Structure
## Database Structure

The MySQL database *classProject* contains three tables namely:

* **admin** : Consists of details of administrators mainly ***username*** and ***password***.
* **students** : Consists of basic ***Registration Request*** Details like ***registration number,roll number*** etc.
* **extradetail** : Consists of all other details that student wishes to add like ***hobbies,Address,Achievements*** etc.

####A sample database is available in *'extras'* folder namely *'classProject.sql'*.
#### A sample database is available in *'extras'* folder namely *'classProject.sql'*.

##Screens:
## Screens:

### Index Page:

Expand All @@ -58,11 +58,11 @@ The MySQL database *classProject* contains three tables namely:

![Students' Portal](/extras/student.png)

######Profile
###### Profile

![Profile](/extras/profile.PNG)

###Administrator's Portal
### Administrator's Portal

###### Home

Expand Down

0 comments on commit 1d9a07d

Please sign in to comment.