https://github.com/lycan-nt/product-crud
Crud of products creating in Angular
https://github.com/lycan-nt/product-crud
angular9 angularjs crud json-server web
Last synced: about 1 month ago
JSON representation
Crud of products creating in Angular
- Host: GitHub
- URL: https://github.com/lycan-nt/product-crud
- Owner: lycan-nt
- License: mit
- Created: 2022-05-19T00:09:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T01:07:13.000Z (about 4 years ago)
- Last Synced: 2025-07-21T22:46:27.260Z (11 months ago)
- Topics: angular9, angularjs, crud, json-server, web
- Language: TypeScript
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product-Crud
Crud of products creating in Angular
## About the project
This project was implemented to review the concepts of
Angular 9, for that a small application of CRUD for products was implemented.
## In this project I was able to practice:
- Component creation
- Angular Material
- Navigation
- Directives
- Bindings
- Services
- Exception handling
- Json-Server
## Prerequisites
1- VsCode
2- NodeJS
3- Browser
4- A package manager like NPM or Yarn
5- Angular 9
## Starting
After having all the prerequisites configured, make a clone of the project.
Navigate to the frontend folder and run the dependencies installation using
your preferred package manager eg npm install.
Navigate to the backend folder, run npm start to initialize the json-server,
and in your browser open the project at localhost:4200, on this screen
you can see the application and test it.
## Built with
Angular 9
Angular Material
## Author
Felipe D. Santos
## License
MIT