Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejazz/angular-crud-app
Basic crud operation in Angular 4.
https://github.com/tejazz/angular-crud-app
angular crud-application crud-operation mongodb mongoose nodejs
Last synced: 13 days ago
JSON representation
Basic crud operation in Angular 4.
- Host: GitHub
- URL: https://github.com/tejazz/angular-crud-app
- Owner: tejazz
- Created: 2017-06-05T07:31:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T10:23:39.000Z (over 7 years ago)
- Last Synced: 2024-11-25T09:32:02.763Z (2 months ago)
- Topics: angular, crud-application, crud-operation, mongodb, mongoose, nodejs
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular CRUD Application
Basic Crud Operation in Angular 4.
To run the app, run the following commands in the terminal.
Note: You need to have your related node application running so as to enable database related operations.
1. npm install
2. ng serveTo run the node app, proceed as mentioned.
1. node server
2. Go to '/users' route of localhost on which the node is hosted to check for changesTest out the CRUD application in Angular 4.