Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ops-gaurav/upgraded-chainsaw
https://github.com/ops-gaurav/upgraded-chainsaw
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ops-gaurav/upgraded-chainsaw
- Owner: ops-gaurav
- Created: 2017-03-29T11:59:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T06:57:14.000Z (over 7 years ago)
- Last Synced: 2024-10-24T09:17:17.356Z (2 months ago)
- Language: JavaScript
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.