An open API service indexing awesome lists of open source software.

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"

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