/product-crud-angular

Product crud in angular.

Primary LanguageTypeScript

Angular Crud Product

MIT License Node

A simple product crud

angular

Technologies

Authors

Run Locally

Clone the project

  git clone https://github.com/luiz-moura/product-crud-angular.git

Go to the project directory

  cd product-crud-angular

Install dependencies

  npm install

Start the back-end server

  npm run server

Start the project

  npm start