A simple application built to study and practice development with Angular 9 and Material Design.
- Typescript
- Angular 9
- RxJS
- CSS
Clone this repository
$ git clone https://github.com/rafaela-queiroz/crud-products.git
# Go to backend folder
$ cd backend
# Install dependencies
$ npm install
# Start the server
$ npm start
# The application will run on port 3001
# Go to frontend folder
$ cd frontend
# Install dependencies
$ npm install
# Start the frontend
$ npm start
# The frontend will run on port 4220