Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/shopping-cart-app
shopping cart app with autentication
https://github.com/dnature/shopping-cart-app
Last synced: 9 days ago
JSON representation
shopping cart app with autentication
- Host: GitHub
- URL: https://github.com/dnature/shopping-cart-app
- Owner: DNature
- Created: 2019-06-19T09:50:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:34:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:33:16.341Z (over 1 year ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart App
> This is a full stack MERN app with login authentication
## Quick Start
```bash
# Install dependencies server/client
npm install# Serve on localhost:3000
npm run dev
```