Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarzzucco/moviesapp.net
https://github.com/dmarzzucco/moviesapp.net
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmarzzucco/moviesapp.net
- Owner: DMarzzucco
- Created: 2023-07-26T18:05:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:31:15.000Z (2 months ago)
- Last Synced: 2024-10-30T16:33:41.862Z (2 months ago)
- Language: C#
- Size: 8.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies App Razor.ASP.NET (UTN Project)
This is a project for the Univerisdad Tecnologica Nacional.
## Instalation
```bash
#Stand up DB and PgAdmin
$ docker-compose up#Migrate db table
Add-Migration initial#Deploy the table to db
Update-Database```