Skip to content

ThreePhaseCurrent/user-auth-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

user-auth-manager

One of the test tasks.

How start it

You must have MySql Server installed(for DB). For client application after cloning the repository, you need to run the command npm install. First run the WebAPI application. After that, you can run client app with the command ng serve. When the server starts, the database will be automatically created and configured.

troubleshooting

The server (API) must start from port 5001. If this is not the case, then you need to correct the port number to yours in the file UserAuthManagerClient/src/app/shared/baseURL.ts and rebuild the client application.