Git Product home page Git Product logo

moviesapp's Introduction


MoviesApp - .NET Web API with Angular Client

This project consists of a .NET Core Web API for managing movies and an Angular client for interacting with the API. The Web API includes CRUD endpoints for movies, filtering, pagination, sorting, and validation. The Angular client provides a user-friendly interface for interacting with the API.

Getting Started

Follow these instructions to set up and run the project locally.

Prerequisites

  • .NET Core SDK (version 8.0)
  • Node.js (with npm)
  • Angular CLI: Install globally via npm npm install -g @angular/cli

Running the API

  1. Clone this repository:

    git clone <repository-url>
    cd MovieApi
  2. Set up the API:

    • Development Configuration: Run the following commands:

      cd MovieApi
      dotnet build
      dotnet run --project MovieApi
  3. The API should now be running locally. Open a web browser and navigate to https://localhost:7405/api/movies/all to verify.

Running the Angular Client

  1. Navigate to the Angular client directory:

    cd MovieClient
  2. Install dependencies:

    npm install
  3. Run the Angular application:

    ng serve
  4. Open a web browser and navigate to http://localhost:4200 to view the Angular client.

Usage

  • Use the Angular client interface to interact with the API.
  • Create, update, delete, and view movies.
  • Use filtering, pagination, and sorting functionalities to manage movie data efficiently.

Technologies Used

  • .NET Core Web API
  • Angular
  • Entity Framework Core (for database interactions)
  • Bootstrap (for styling)

moviesapp's People

Contributors

etynosa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.