Giter VIP home page Giter VIP logo

game-dev-recipes's Introduction

GameDev Recipes

GameDev Recipes is a web application primarily developed for managing and viewing game development tutorials found on Youtube.

The idea was implemented as I found the youtube playlist system to be lackluster. Having a large amount of videos in one playlist made finding specific tutorials difficult. Unless you created a new tab when selecting a video, the tab would change to the video player, this meant that you would need to reopen your playlist again from the beginning and scroll down to find additional videos.

Implementation

Standard HTTP Operations (GET/POST/PUT/DELETE) are used to connect the frontend to the ASP.Net Core backend. The backend, built on ASP.NET Core's Web API, employs Entity Framework to interact with an MSSQL database. For the front-end, Angular is used along with Bootstrap and Angular Material libraries to enhance the functionality of the web application. Youtube's Data Api is used to retrieve video information from user-submitted links.

Links

Full video demonstration can be found here

Technologies Used

  • Frontend: Angular, Angular Material, Bootstrap
  • Backend: Asp.NET Core with Web API, Entity Framework and MSSQL database

Current Features

  • Ability To Search through videos using Tags.
  • Add videos into database using submitting a youtube link
  • Editing a video's tags or game engine
  • Deletion of video in database

Installation

Prerequisites

  • Node.js and npm (Node Package Manager)
  • Visual Studios
  • MSSQL
  • SQL Server Management Studio

Clone the repo using: git clone https://github.com/Carbine28/game-dev-recipes.git

Front-End Setup

  1. Inside GameDevRecipes.API run the command npm install
  2. In GameDevRecipes.API/src/app/services/video.service.ts change the port in baseApiUrl to the port for running the server later.
  3. Run ng serve to build and start the angular app

Back-End Setup

  1. Create and connect to a local db using SQL Server Management Studio
  2. Rename appsettings - copy.json to appsettings.json
  3. Inside appsettings.json replace the youtube api key with your own.
  4. Also replace "server=localhost}... name with the name of your database created using MSSQL
  5. Go to Tools > Nuget Package Manager > Manage Nuget Packes for solution... and install the following:
  • Microsoft.EntityFrameworkCore.SqlServer
  • Microsoft.EnitityFrameworkCore.Tools
  • Google.Apis.Youtube.v3
  1. Go to Tools > Nuget Package Manager > Package Manager Console and enter the following commands to add a migration and update database
  • Add-Migration
  • Update-Database
  1. Build the project and note down in Swagger UI console, the port number of the server.
  2. Enter this port number in Front-End Setup Step 2.

game-dev-recipes's People

Contributors

carbine28 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.