Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 762 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 762 Bytes

best-movies

My team and I created this project as a result of attending the Software Development Techniques lab at the university.

Overview

This project could be used mainly as a tool for somebody that wants to create and maintain a database of his/her favourite movies, actors and/or production companies.

Technical Details

This project contains two main parts:

  1. API
  2. Web Application that consumes the API

We have created the API using C#.NET following the MVC (Model-View-Controller) architecture and using Entity Framework as the database framework.

The Web Application is using NodeJS with Angular.