marcuspaulo / angular9-shop-crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 9 Essentials - CRUD Products


Angular Shop

Course

List Products

List Products

Create new Product

Create Product

Update Product

Update Product

Delete Product

Delete Product

Content

ABOUT THE PROJECT

Angular 9: Simple CRUD (Material) with JSON-Server

Techs

  • Angular - Angular is a platform for building mobile and desktop web applications;
  • JSON-Server - Get a full fake REST API with zero coding in less than 30 seconds (seriously);

Requirements

  • Angular 9 CLI
  • NodeJS
  • JSON-Server

CONTRIBUTING

Fique a vontade para contribuir com o projeto.

  1. Faça um Fork do projeto
  2. Crie uma Branch para sua Feature (git checkout -b feature/newFeature)
  3. Adicione suas mudanças (git add .)
  4. Comite suas mudanças (git commit -m 'Nova funcionalidade para facilitar ...)
  5. Faça o Push da Branch (git push origin feature/newFeature)
  6. Abra um Pull Request

-- English

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

📝 License

This project is under the MIT license. See the LICENSE for details.


Contact

Made with ♥ by Marcus Paulo 👋 Get in touch!

About


Languages

Language:TypeScript 71.8%Language:HTML 22.1%Language:CSS 6.1%