An open API service indexing awesome lists of open source software.

https://github.com/thiiagoms/angular-app

My first angular app :heart_eyes: :star:
https://github.com/thiiagoms/angular-app

angular angular-crud-operations angularjs learning-angular learning-by-doing typescript-learning

Last synced: 2 months ago
JSON representation

My first angular app :heart_eyes: :star:

Awesome Lists containing this project

README

        

# angular-app
My first angular app :heart_eyes: :star:

# First, stand up the database on backend:

```
C:\Users\thiago\angular-app> cd backend
C:\Users\thiago\angular-app\backend> npm install
C:\Users\thiago\angular-app\backend> npm start
```

The backend server will listen on port 3000, then go to frontend

# Second, stand up the frontend app

```
C:\Users\thiago\angular-app> cd frontend
C:\Users\thiago\angular-app\frontend> npm install
C:\Users\thiago\angular-app\frontend> npm start
```
the frontend app (angular) will be listen on port 4200

IMPORTANT :red_circle: = If you want to change the port on backend, please, change the value on `baseUrl` located on `frontend/src/app/components/product/product.service.ts`