Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheGlitchCat/MEAN-Stack-CRUD
MEAN-Stack CRUD Simple
https://github.com/TheGlitchCat/MEAN-Stack-CRUD
angular crud crud-api crud-application express expressjs mean-stack meanstack meanstack-crud meanstack-framework node-crud node-js nodejs
Last synced: 3 months ago
JSON representation
MEAN-Stack CRUD Simple
- Host: GitHub
- URL: https://github.com/TheGlitchCat/MEAN-Stack-CRUD
- Owner: TheGlitchCat
- Created: 2020-03-27T00:50:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:25:09.000Z (about 2 years ago)
- Last Synced: 2023-03-07T05:36:34.921Z (almost 2 years ago)
- Topics: angular, crud, crud-api, crud-application, express, expressjs, mean-stack, meanstack, meanstack-crud, meanstack-framework, node-crud, node-js, nodejs
- Language: TypeScript
- Homepage:
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Stack CRUD Simple
## Set Up
```
npm install
```To start NodeJS server
```
cd nodeserver
npm start
```To start Angular
```
ng serve
```This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.25.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.