Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athiththan11/mean-stack-ng7
MEAN Stack with Angular 7 (ng2+)
https://github.com/athiththan11/mean-stack-ng7
angular angular7 crud expressjs mean mean-stack mlab mongodb nodejs
Last synced: about 6 hours ago
JSON representation
MEAN Stack with Angular 7 (ng2+)
- Host: GitHub
- URL: https://github.com/athiththan11/mean-stack-ng7
- Owner: athiththan11
- License: mit
- Created: 2018-11-19T09:57:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T08:52:56.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T14:10:45.122Z (over 1 year ago)
- Topics: angular, angular7, crud, expressjs, mean, mean-stack, mlab, mongodb, nodejs
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEAN Stack ng7
MEAN Stack with Angular 7 (ng2+)
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.6.
Deployed on [Heroku](https://mean-ng7-crud.herokuapp.com/)
## install
Install related dependencies using the following commands
```
npm installbower install
```## run
Clone the project and execute the following command to build and run the application
```
npm run build
```Navigate to `http://localhost:3000/`