Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danydodson/comic-shop
📔 Comic Shop
https://github.com/danydodson/comic-shop
Last synced: about 6 hours ago
JSON representation
📔 Comic Shop
- Host: GitHub
- URL: https://github.com/danydodson/comic-shop
- Owner: danydodson
- Created: 2023-02-26T06:49:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T09:31:28.000Z (3 months ago)
- Last Synced: 2024-08-12T09:57:30.102Z (3 months ago)
- Language: JavaScript
- Homepage: https://comic-shop-one.vercel.app
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Comics e-commerce project
---
---
## **What is this project?**
- A web application (mobile first, still working on responsive features)
- User can create account, login, view profile of purchase history and leave reviews
- User can view a variety of comics in the catalogue
- User can add items to the cart and they will stay until removed or purchased
- User can manipulate items in the cart and observe the total price of the items
- User is restricted to enter serveral areas if he/she is not logged in
- User can logout and be redirected to the same page (if not restricted)---
### **Languages & Framewroks**
- Node
- HBS
- Express
- MongoDB
- JavaScript
- CSS---
## **How to use?**
You can test it directly from the link provided at the beginning of this Readme, but in case you want to test it locally, you can follow the next steps:
- Clone this repo
- cd Project
- npm install
- cd bin
- node seeds.js (check that you have MongoDB installed)
- cd ..
- cd node server.js app.js
- The project should be running on port 3000! ⭐️