Fullstack Engineer - Assignment Management System
CurrentCreate an assignment management system for lecturer assistants to add student assignments + admin dashboard for the lecturer that shows statistics on the lecturer assistant's data. For the backend I use Node.js and Express, implementing MongoDB and Mongoose for data-integrated solution. Using Morgan and Winston library for logging and input validation using Express-validator library. JWT (JSON Web Tokens) is used to secure the user's session. For the frontend I use React, Typescript, and Bootstrap to create a responsive website Optimize state management with Redux.