https://github.com/mamertmg/onlineshop
Complete Online Shop project from Udemy's course of Academind "100 days of Code"
https://github.com/mamertmg/onlineshop
csrf-protection ejs-templating express mongodb mongoose multer-storage nodejs session-cookie
Last synced: 3 months ago
JSON representation
Complete Online Shop project from Udemy's course of Academind "100 days of Code"
- Host: GitHub
- URL: https://github.com/mamertmg/onlineshop
- Owner: mamertmg
- Created: 2022-02-06T04:27:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T08:14:03.000Z (over 4 years ago)
- Last Synced: 2025-01-17T04:46:03.990Z (over 1 year ago)
- Topics: csrf-protection, ejs-templating, express, mongodb, mongoose, multer-storage, nodejs, session-cookie
- Language: JavaScript
- Homepage:
- Size: 4.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Shop
## Description
This is a complete online shop done in the Udemy's course '100 days of code' from Academind.
## Stack
- NodeJS backend
- Express Framework
- MongoDB database
- Frontend with EJS Templating
## Additional Features
- Dynamic content
- Sessions & Cookies
- Authentication & Authorization
- Input validation
- Error handling
- File uploading with multer
- CSRF Protection