Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shhdharmen/mean-material-app
A MEAN stack app with Angular 7, Matrial Design, Bootstrap 4, Node, Express, JWT, Mongoose, MongoDB
https://github.com/shhdharmen/mean-material-app
angular7 angular7-boilerplate express jwt jwt-authentication material-design mean mean-stack mongodb mongoose node
Last synced: 3 months ago
JSON representation
A MEAN stack app with Angular 7, Matrial Design, Bootstrap 4, Node, Express, JWT, Mongoose, MongoDB
- Host: GitHub
- URL: https://github.com/shhdharmen/mean-material-app
- Owner: shhdharmen
- License: mit
- Created: 2018-10-26T15:04:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:33:05.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:17:09.462Z (9 months ago)
- Topics: angular7, angular7-boilerplate, express, jwt, jwt-authentication, material-design, mean, mean-stack, mongodb, mongoose, node
- Language: TypeScript
- Homepage:
- Size: 2.07 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mean-material
## Getting Started
### Run your app
```
git clone https://github.com/shhdharmen/mean-material-app.git
cd mean-material-app
npm i
cd frontend
npm i
cd ../backend
npm i
npm i -g nodemon // for devlopment purpose only
cd ..
npm start // it will start both, frontend at port 4205 and backend at 3000
```