docstash

A cloud storage Application Built in React, Redux, Node & Mongodb BE Project Mumbai University

Stars
23

Docstash - A cloud storage Application Built in React, Redux, Node & Mongodb

System Preparation

To use this project, you'll need the following things installed on your machine.

  1. NodeJS - use the installer.
  2. Mongodb - use the installer.
  3. Nodemon - $ npm install -g nodemon
  4. Webpack - $ npm install -g webpack

Local Installation

  1. Clone this repo, or download it into a directory of your choice.

Usage

$cd client
$npm install

$cd server
$npm install

$ npm start