https://github.com/julgitt/online-store
Express online store website
https://github.com/julgitt/online-store
css ejs express mongodb nodejs online-shop repository-pattern role-based-authorization shop
Last synced: 3 months ago
JSON representation
Express online store website
- Host: GitHub
- URL: https://github.com/julgitt/online-store
- Owner: julgitt
- Created: 2023-03-07T21:25:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T12:00:31.000Z (over 2 years ago)
- Last Synced: 2025-03-12T06:18:01.698Z (over 1 year ago)
- Topics: css, ejs, express, mongodb, nodejs, online-shop, repository-pattern, role-based-authorization, shop
- Language: EJS
- Homepage:
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Store
The project was carried out in a team of three as part of the course Selected Elements of Software Design Practice.
I was working on the backend in the project.
### My main responsibilities:
- implementing the repository pattern
- role-based authorization and user authentication
- functionalities on the admin page (adding and removing products to the store page)
### Tools/technologies used:
- EJS
- CSS
- Node.js
- Express
- MongoDB
##
### Home page:


### Catalog view:

### Sign in view:

### Search view:

### Cart view

### Admin dashboard


