requestmovies/README.md

17 lines
279 B
Markdown
Raw Normal View History

2024-10-11 22:59:37 +00:00
# Request Movies
To Install
```bash
dotnet publish --self-contained -p:PublishSingleFile -p:PublishReadyToRun=true -r linux-x64 -o out -c Release
```
copy data folder into out
go into out and run
```bash
./RequestMovies
```
Go [here](http://127.0.0.1:9204/) in your browser