Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

npm install --prefix client

# Serve on localhost:3000
npm run dev
```