Backend Developer
Nontonkuy Backend Admin
Nontonkuy Backend Admin is a REST API management system for a movie streaming application built with Express.js. The project includes admin authentication with JWT and bcrypt password hashing, CRUD operations for films, promos, schedules, and theaters with PostgreSQL, plus file uploads using Multer.
Browse Page
1/3

Overview
A backend admin REST API for a movie streaming application with JWT authentication, film, promo, schedule, and theater CRUD, plus file uploads.
Highlights
Developed a backend admin REST API for a movie streaming application using Express.js
Built admin authentication using JWT and bcrypt password hashing
Implemented CRUD operations for films, promos, schedules, and theaters with PostgreSQL
Developed a file upload system using Multer and basic security hardening with Helmet and rate limiting