Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 523 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 523 Bytes

Petition System

This petition system, inspired by We the People on whitehouse.gov, is my graduation project. It is intended to be an alternative to the existing Letters to the College Administration system on Shenzhen University's intranet.

The system uses JavaScript to handle just about everything:

  • Node & Express.js - backend fundamentals
  • Pug - template engine
  • Passport.js - authentication
  • MongoDB & Mongoose - database
  • webpack - asset bundler