https://github.com/webmobiledev/wain-meanstack
This is a Mean stack Wain dashboard.
https://github.com/webmobiledev/wain-meanstack
angular express mean-stack mongodb nodejs restful-api
Last synced: 23 days ago
JSON representation
This is a Mean stack Wain dashboard.
- Host: GitHub
- URL: https://github.com/webmobiledev/wain-meanstack
- Owner: webmobiledev
- Created: 2017-11-03T20:55:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T09:56:58.000Z (about 8 years ago)
- Last Synced: 2025-01-26T04:09:12.123Z (12 months ago)
- Topics: angular, express, mean-stack, mongodb, nodejs, restful-api
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wain-meanstack
This is a Mean stack Wain dashboard.
## Link
https://wain013.com/
[](https://app.getpostman.com/run-collection/93ce59cb56fe34e4cb7f)
### Install Dependencies
* [Vagrant](https://www.vagrantup.com/downloads.html)
* [Virtualbox](https://www.virtualbox.org/wiki/Downloads)
* After the instalation of Vagrant and Virtualbox
```bash
vagrant up
npm install webpack -g
cd admin/public
npm install
```
### Setup Front-End for Development
```bash
cd admin/public
webpack --watch
```
### Run
```bash
vagrant ssh
cd /vagrant
npm i --no-bin-links
npm start
```
### Logout
```bash
logout
vagrant halt
```
### Update Back-end Server
```bash
cd /usr/share/nginx/wain-meanstack
forever list
kill [pid]
git pull
```