Skip to content

Mortal Kombat WikiPedia - ReactJs, NodeJs, MySQL, RestAPI, Express-Sessions

Notifications You must be signed in to change notification settings

ChrisCash2020/mk11-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mortal Kombat Wikipedia - ReactJs, NodeJs, MySQL, RestAPI

Description:

  • Architected and launched a Wikipedia platform, leveraging the MVC design pattern, to facilitate character page creation, editing, and deletion for authenticated users.
  • Express and MySQL as the back end and React as the front-end.
  • Strengthened user authentication and server communication by facilitating the exchange of HTTP only session cookies, enhancing security protocols and preserving the confidentiality of user data

Live Demo

Technologies Used:

  • ReactJS
  • NodeJS
  • ExpressJS
  • MySQL

Top Features:

  • Bcrypt password encryption/verification
  • Multer file upload of character images
  • Session cookies authentication and authorization
  • Bcrypt password encryption/verification

Design:

Client-side:

This is the front-end repository


Routes


Server-Side:

The back-end repository: MK11

Express server:

  • Module-View-Controller project structure
  • Manually contructed User and Posts models (NO-ORM)
  • Store User profile images in static folder on server
  • User Authenication done through secure HTTP only Session cookies

Database:

Tables:

  • Users: stores username and password
  • Posts: stores character info such as about, appearence, name, image, real name, gender, first debut, last game entry, and birthplace
  • Trivia: stores each character trivia