Skip to content

mis101bird/FinalProject

Repository files navigation

This is how we do it.

FinalProject

Dear all

Here is final project for CS3715 Final Project.

##Maria part: login.html: check if the user is admin or a student, check for incorrect password/ user id, it takes you to logout page when you click login.

signup.html: sent sign up sucessfully mail, matches the 2 password fields, unique username.

logput.: if you press the logout button, takes you to login page

##Thaer part: Book Genre page: classify books in there, have different genres.

Book detail page: book cover, youtube, Description, link to reservation page, adding the books into the database.

Search Engine page : post find a text named "search" , seach in database, show info like Genre page.

##Hsuan-Ju part: 2-index.html: have before-index and after-index, iframe for login-logout, place for sign up, after-index will show student's detail.

forget password page: sent mail to student about password. ##Bootstrap Framework: Bootstrap just a framework writen by css and javascript. We can see the bootstraps document and use it's class in our own webpage:

W3C bootstrap tutorial

Bootstrap official tutorial ##Database:

*bold one is foreign key or primary key.

####account table:

UIDnamepasswordemail
User id
####borrow table:
UIDBIDdeadline
User idbook idborrow deadline
####reservation table:
UIDBID
User idbook id
####book table: Cover of the book
BIDnameauthorstatuscoverdescriptioncategory
Book Idbook nameBook's AuthorBorrowd/availableXXX.pngabout the bookScience/Food/Literature/etc..
Notes: Admin page which deletes and modify user's account. SQLite tutorial

About

For CS3715 Final Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published