https://github.com/cosmicalduck/angular-crud
Angular CRUD application that also contains sorting and filtering options
https://github.com/cosmicalduck/angular-crud
angular json-server material-angular
Last synced: 6 months ago
JSON representation
Angular CRUD application that also contains sorting and filtering options
- Host: GitHub
- URL: https://github.com/cosmicalduck/angular-crud
- Owner: cosmicalduck
- Created: 2023-05-31T22:14:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T22:35:26.000Z (almost 3 years ago)
- Last Synced: 2025-05-15T18:47:25.168Z (10 months ago)
- Topics: angular, json-server, material-angular
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularList
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.3.
## Installation and Setup Instructions
1. Install the necessary dependencies with `npm install`
2. Run JSON Server with `json-server --watch db.json`
3. Start the development server with `ng serve -o` to automatically open it in your browser