MovieApp icon indicating copy to clipboard operation
MovieApp copied to clipboard

A full-stack web application for managing movie data, created with ASP.NET Core and Angular, using SQL Server as a database.

Results 1 MovieApp issues
Sort by recently updated
recently updated
newest added

It is not possible to login after registration I got 500 status code Request to register: ``` curl 'https://movieapp-angular.azurewebsites.net/api/user/' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: ru-RU,ru;q=0.9' \...