Vinz93 / MDS_Digital_Challenge

BookStore made with node-redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDS_Digital Books Challenge

Aplicacion realizada con Express, MongoDD, React y Redux.

Uso

Bajar repositorio

git clone git@github.com:Vinz93/MDS_Digital_Challenge.git

Servidor

Instalar las dependencias

cd MDS_Digital/server

yarn install

Comandos

yarn dev Inicia el servidor yarn build Construye la aplicacion en ./dist
yarn start Inicia en modo producion

Notas

  • Debe haber iniciado mongoDB antes de iniciar el servidor
  • Documentacion del API http://localhost:3000/docs/#/
  • Para cargar los libros en la Base de Datos usar el comando mongorestore --db accounts dump/

Cliente

Instalar las dependencias

cd MDS_Digital/client

yarn install

Comandos

yarn start | Inicia el cliente

Notas

  • El cliente incia en http://localhost:3334

Autor

Vincenzo Bianco

About

BookStore made with node-redux


Languages

Language:JavaScript 95.7%Language:HTML 2.5%Language:CSS 1.8%