Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzenis-h/node-book-shop-2.0
Node app build using the MVC architecture with ExpressJS as my NodeJS framework, EJS as my view engine & MongoDB as my database.
https://github.com/dzenis-h/node-book-shop-2.0
css ejs es6 express-js express-middleware html javascript mongodb mongoose mvc-architecture nodejs nodejs-modules pdf pdfkit stripe-api templating-engine
Last synced: about 6 hours ago
JSON representation
Node app build using the MVC architecture with ExpressJS as my NodeJS framework, EJS as my view engine & MongoDB as my database.
- Host: GitHub
- URL: https://github.com/dzenis-h/node-book-shop-2.0
- Owner: dzenis-h
- Created: 2019-06-30T18:53:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T23:07:32.000Z (over 1 year ago)
- Last Synced: 2023-05-31T01:14:33.643Z (over 1 year ago)
- Topics: css, ejs, es6, express-js, express-middleware, html, javascript, mongodb, mongoose, mvc-architecture, nodejs, nodejs-modules, pdf, pdfkit, stripe-api, templating-engine
- Language: JavaScript
- Homepage: https://node-books.herokuapp.com
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##
# MERN Shop :shopping_cart:MERN Shop is a full-stack e-commerce web app built with Node.js, Express.js, MongoDB, and EJS. It allows users to browse and buy products online, as well as manage their orders and profiles. It also has an admin panel for managing products, users, and orders.
## Features :sparkles:
- Product display with pagination, search, and filter
- Product reviews and ratings
- Shopping cart and checkout functionality
- PayPal payment integration
- User authentication and authorization
- User profile and order history
- Admin dashboard for product, user, and order management## Installation :wrench:
To install the project, you need to have Node.js and npm installed on your machine. Then, clone the project from GitHub and run the following commands:
```bash
# Install dependencies for server
npm install# Install dependencies for client
npm run client-install# Run the client & server with concurrently
npm run dev# Run the Express server only
npm run server# Run the React client only
npm run client
```## Usage :computer:
To use the project, you can either register as a new user or log in as an existing user. You can browse the products, add them to your cart, and proceed to checkout. You can also view your order history and profile. If you are an admin user, you can also manage the products, users, and orders.
Here is a screenshot of the app:
![MERN Shop Screenshot](https://drive.google.com/uc?export=view&id=1oJk-qIIa2tPs1dOpra6upvOTjfKIgJSi)
## Technologies :hammer_and_wrench:
The following technologies were used to build this project:
| Front-end | Back-end | Database | Other |
|-----------|----------|----------|-------|
| HTML | Node | MongoDB | bcryptjs |
| CSS | Express | | colors |
| EJS | | | dotenv |
| | | | express-async-handler |
| | | | jsonwebtoken |
| | | | morgan |
| | | | multer |
| | | | concurrently |
| | | | nodemon |
| | | | stripe-api |
| | | | mongoose |
| | | | pdfkit |## License :page_facing_up:
This project is licensed under the MIT License.