Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T09:56:58.000Z (about 7 years ago)
- Last Synced: 2024-11-27T11:43:40.575Z (2 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/[![Run in Postman](https://run.pstmn.io/button.svg)](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
```