/movies-api

Movie API developed to put knowledge in C#, .Net Core and Entity Framework into practice.

Primary LanguageC#

📽️ Movies API 📽️

|   Overview   |    Technologies   |    Project   |   Run   |   Author   |   

| 💬 About:

REST API that allows you to manage films, being able to register, edit, delete and list them by pagination.


| 🧩 Technologies and Concepts Used:

                   


  • Entity Framework Core
  • Pagination
  • Automapper

Among Others...


| 💻 Application:


This application is a traditional REST Api with CRUD (Creat, Read, Update, Delete) controllers.

| 🛠️ How to use

Open your Git Terminal and clone this repository

  $ git clone "git@github.com:wendellmoraisz/movies-api.git"

Make Pull

  $ git pull "git@github.com:wendellmoraisz/movies-api.git"

This application use docker, so you only need to install and configure docker in your machine


Navigate to project folder and run it using docker

  # Build the project
  $ docker build -t moviesapi .

  # To run project
  $ docker run -p 80:80 -p 443:443 moviesapi


| 🧑‍💻 Author:


- Wendell Morais