Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmarzzucco/moviesapp.net


https://github.com/dmarzzucco/moviesapp.net

Last synced: about 1 month ago
JSON representation

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

```