benjajorquera / mern_shopping_list

Lista de compras simple con autenticación, desarrollada con MERN Stack/Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Shopping List

Lista de compras creada con MERN Stack y Redux con Autenticación

Install

Instala las dependencias del servidor y el cliente.

npm run setup

Dev server

# 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

# Server runs on http://localhost:5000 and client on http://localhost:3000

Database config

Edita la sentencia mongoURI en config/default.json con tus credenciales, procura configurar el ambiente.

Referencias

Traversy Media. Learn The Mern Stack. https://www.youtube.com/playlist?list=PLillGF-RfqbbiTGgA77tGO426V3hRF9iE

About

Lista de compras simple con autenticación, desarrollada con MERN Stack/Redux.


Languages

Language:JavaScript 94.4%Language:HTML 4.8%Language:CSS 0.8%