Skip to content

Commit

Permalink
Code Refactoring & REgistration module
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshmani committed May 24, 2019
1 parent 701238f commit 11d26fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@ MongoDB, Expressjs, React/Redux, Nodejs
- npm
- MongoDB

## Clone or Download
```terminal
$ git clone https://github.com/ganeshmani/gmcart.git
$ npm i
```

## Client side (PORT 3000)
```bash
$ cd client
$ npm install
$ npm start
```
### To import the Mock Products Data to MongoDB
```terminal
$ cd /data
$ mongoimport --db gmcartdb --collection products --file products.json --jsonArray
```

## Server Side (PORT 3123)
```bash
Expand All @@ -24,5 +35,3 @@ $ npm run dev

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


Binary file added petstore_demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed petstoredemo.gif
Binary file not shown.

0 comments on commit 11d26fb

Please sign in to comment.