This project is a simple movie app based on the moviedb api it consists of server side code built in asp.net core 3.1 and a client side built in react typescript.
- Lightweight and fast.
- shows popular movies.
- Allows you to search for a specific movie by title.
- Allows you to view specific movie info.
- Any OS
- .NET Core 3.0 or superior
- visual studio or Rider by jetbrains
- internet connectivity
- The Movie db API key.
- Any OS
- node js
1 - Clone this project running git clone https://github.com/dtembo98/the-zig--inteview-coding-challenge.git
in your terminal. If you haven't git installed can simply download it and unzip it.
1 - change to the server side directory
2 - Run the command dotnet restore
to install all the dependencies.
3 - Run the command dotnet build
to compile the project.
4 - Run the command dotnet run
to start serving the project.
5 - That it's, your application is running in http://localhost:5001
.
1 - change to the client side directory
2 - Run the command npm install
3 - Run the command npm start
- add the the-movie-api as a referrence for the movie Test and run the tests
https://app.swaggerhub.com/apis-docs/dtembo98/the-movie-api/1.0.0#/