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: 3 months 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T10:23:39.000Z (over 8 years ago)
- Last Synced: 2025-01-25T07:07:08.786Z (about 1 year 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 serve
To 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 changes
Test out the CRUD application in Angular 4.