Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ops-gaurav/upgraded-chainsaw


https://github.com/ops-gaurav/upgraded-chainsaw

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# Upgraded Chainsaw

### Description
sample project of a dummy shopping website.

### Installation
* clone the repository using

`git clone https://github.com/sharma02gaurav/upgraded-chainsaw.git`
* Install nodejs and bower dependencies using
`npm install`
* To run the server use `npm start`

### Database data
You'll also need an admin for a website. You can import admin
using the following json file.

* Go into the project directory `cd upgraded-chainsaw`.
* Make sure your `mongod` process is running.
* import the database using the following command

`mongorestore --archive < db_dump`

*Make sure have your `mongod` process running*

### Developer
* Install dev dependencies using `npm install --dev`.
* Use `gulp scripts` to minify and concat the angularJS files.