Skip to content

sigruntinna/movie_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

movie_list

About

RESTful .NET Core Web API and a Angular app for movie lists.

Requirements

npm install -g @angular/cli

Build and Run

  1. Execute: dotnet run --project Api from within the root of this repository
  2. Open the API documentation in a browser at {URL}/swagger

Build and Run (from a clean machine)

cd into the /Api folder

cd /Api

To build and run the server execute the following commands:

dotnet build; dotnet run

To start the Angular UI cd into the UI/online-library folder and run npm install

cd /UI/online-library/
npm install

Then run:

ng serve

You can now go to localhost:4200 in your browser to view the page

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published