To see the app in action, go to https://pandabooks.herokuapp.com/
Pandabook is designed for panda fans to explore the pandas around the world. It is a full stack web application using Node.js/Express framework and RESTful APIs. Bootstrap 4 and npm packages is used to implement the panda infomation system with password authentication, user and administer authorization, posts management, falsh message interaction and fuzzy search. MongoDB is utilized for back-end database operation to store pandas’ information and user portfolilo including username, avatar and hashed password.
-
Authentication:
-
User login with username and password
-
Administer sign-up with admin code
-
-
Authorization:
-
User cannot manage posts and view user profile without being authenticated
-
User cannot edit or delete posts and comments created by other users
-
Administer can manage all posts and comments
-
-
Manage pandabook posts with basic functionalities:
-
Create, edit and delete posts and comments
-
Upload pandabook photos
-
Search existing pandabooks
-
-
Manage user account with basic functionalities:
- Profile page setup with sign-up
-
Flash messages responding to users' interaction with the app
-
Fuzzy search with key word
-
Responsive web design