Skip to content

zzfz1/lab4_JunxinZheng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the OA System!

Instruction

Identify/Login ("/identify")

When users access root path ("/"), they will be redirected to "/identify" for identification.

After identification, they will be immediately redirect to their personal profile.("/user/:userId)

If the user name doesn't exist in the database, the user will be redirect to registration page.("/register")

Registration ("/register")

If user entered an existing user name, they will see the error message saying "There's already a user with this username!".

After the user successfully registered, they will be redirected to login page.("/identify")

Administration ("/admin")

This page contains all the imformation stored in the database, only user with admin role can access this page.

student1 / student 2

Except for admins and teachers, only the students themselves can accesss their personal page.

Teacher

Only admins and teachers can access teacher's page.

About

Code and report of lab4 for Backend Development-DA217A

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors