Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

FullStackLabsTest

Employee Manager using Asp.net core 3.1 web API and Angular 9.1

Prerequisites

If you clone the repo, make sure you setup the database and Entity Framework migrations! This is how:

In Visual Studio 2019:

  1. Remove the contents of the folder Migrations.
  2. Then open the Package Manager Console (Tools->Nuget Package Manager->Package Manager Console).
  3. Run the following commands:
Add-Migration Initial
Update-Database
  1. Change the appUrl in environment.ts in clientApp (eg: appUrl: 'http://localhost:5000/')
  2. Now press F5 and run the application. You will have an empty employee list to start with

Debugging

If you get an error message running the app, first make sure you installed node modules using the npm install command. In VS Code or in the Node.js command prompt, run npm install in the ClientApp folder.

Make sure you've installed the following as well:

  1. Angular CLI using the npm install -g @angular/cli command.

If you get a timeout exception as follow:

The Angular CLI process did not start listening for requests within the timeout period of 0 seconds

Please press Ctrl+F5 to and reload the application

About

Employee Manager using Asp.net core 3.1 web API and Angular 9.1

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages