Polyrific-Inc / Playground-Core

The Playground app with dotnet core
0 stars 3 forks source link

Feature/add new angular app #15

Closed reynaldi closed 3 years ago

reynaldi commented 6 years ago

Hi @frandi ,

Here is my work on angular 6 app. I added the account/login endpoint to aspnet core app so angular app can use the API for do the crud things. I also add the auto migration for pg database.

you can run the angular 6 app by run "ng serve" inside the /PG-Ui directory

frandi commented 6 years ago

Ok thanks @reynaldi 👍