Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnature/shopping-cart-authenticated
Full MEARN stack shopping cart app with jwt & redux
https://github.com/dnature/shopping-cart-authenticated
Last synced: 9 days ago
JSON representation
Full MEARN stack shopping cart app with jwt & redux
- Host: GitHub
- URL: https://github.com/dnature/shopping-cart-authenticated
- Owner: DNature
- Created: 2019-06-20T12:18:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:33:54.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:33:16.511Z (over 1 year ago)
- Language: JavaScript
- Size: 813 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
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 installnpm install --prefix client
# Serve on localhost:3000
npm run dev
```