Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ps0305/angularcrud
:rocket: Angular CRUD with json-server(fake RESt API) and MDbootstrap
https://github.com/ps0305/angularcrud
angular angular-cli crud-application font-awesome json-server mdbootstrap
Last synced: about 5 hours ago
JSON representation
:rocket: Angular CRUD with json-server(fake RESt API) and MDbootstrap
- Host: GitHub
- URL: https://github.com/ps0305/angularcrud
- Owner: ps0305
- Created: 2018-07-03T18:44:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T12:33:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T11:12:39.214Z (over 1 year ago)
- Topics: angular, angular-cli, crud-application, font-awesome, json-server, mdbootstrap
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/github-gh7udy
- Size: 722 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularCRUD
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.
![crud4](https://user-images.githubusercontent.com/34129569/42379677-23d24bbe-8149-11e8-8854-bff5ddb278ad.JPG)
![crud5](https://user-images.githubusercontent.com/34129569/42379678-2418c490-8149-11e8-994f-2c30396b9b35.JPG)
![crud1](https://user-images.githubusercontent.com/34129569/42379679-245ee6c8-8149-11e8-9d43-db2bf0e03ca9.JPG)
![crud2](https://user-images.githubusercontent.com/34129569/42379681-24b1e120-8149-11e8-984b-7ddad1955368.JPG)
![crud3](https://user-images.githubusercontent.com/34129569/42379683-253e3e36-8149-11e8-87a4-0697d6d2a2b9.JPG)
### Get a full fake REST API with zero coding in less than 30 seconds [json-server](https://github.com/typicode/json-server)
## 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.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).