Skip to content

vmayushan/TvShowTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tv Show Tracker

Running mongo

docker run -d -p 27017:27107 db mongo

Running backend

run the following command in src/backend directory

dotnet restore
dotnet build
dotnet run --project TvShowTracker.WebApi

and

dotnet test

to run tests

Running fronted

run the following command in src/frontend directory

npm install
HTTPS=true npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages