Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakshans1/docstash
A cloud storage Application Built in React, Redux, Node & Mongodb BE Project Mumbai University
https://github.com/rakshans1/docstash
cloud-storage-application mongodb nodejs react redux
Last synced: 11 days ago
JSON representation
A cloud storage Application Built in React, Redux, Node & Mongodb BE Project Mumbai University
- Host: GitHub
- URL: https://github.com/rakshans1/docstash
- Owner: rakshans1
- Created: 2016-08-04T13:55:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T00:23:16.000Z (about 4 years ago)
- Last Synced: 2024-04-12T01:04:27.360Z (7 months ago)
- Topics: cloud-storage-application, mongodb, nodejs, react, redux
- Language: JavaScript
- Homepage: https://docstash.herokuapp.com
- Size: 5.01 MB
- Stars: 23
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docstash - A cloud storage Application Built in React, Redux, Node & Mongodb
=============================[![forthebadge](http://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/built-by-developers.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/powered-by-electricity.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/uses-html.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/uses-css.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/uses-git.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/uses-js.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/powered-by-netflix.svg)]()
[![forthebadge](http://forthebadge.com/images/badges/winter-is-coming.svg)]()[ ![Codeship Status for rakshans1/docstash](https://codeship.com/projects/34dc9430-2fff-0134-a02d-0637f2a9daca/status?branch=master)](https://codeship.com/projects/164076)
![Docstash ScreenShot](screenshot.png?raw=true "Optional Title")
## System Preparation
To use this project, you'll need the following things installed on your machine.
1. [NodeJS](http://nodejs.org) - use the installer.
2. [Mongodb](https://www.mongodb.com/) - use the installer.
3. [Nodemon](http://nodemon.io/) - `$ npm install -g nodemon`
4. [Webpack](https://webpack.github.io/) - `$ npm install -g webpack`## Local Installation
1. Clone this repo, or download it into a directory of your choice.
## Usage
```shell
$cd client
$npm install$cd server
$npm install$ npm start
```