Skip to content

ilanisme/GameStoreMid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameStoreMID

GameStoreMID video game e-commerce ASP.Net Core MVC application

Key Features

  • Admin interface - REST based system, see your most viewed games, customers order locations and how the ML algorithm connected the products.
  • Recommendation system powered by machine learning
  • Integrated with Facebook, Twitter, GoogleMaps and IGDB
  • Beautiful and mobile-friendly interface
  • Review system: rate and review every product, every vote counts!
  • Order and cart system - order your favorite games(except for the actual payment)

Tech

GameStoreMID uses a number of open source projects to work properly:

  • ASP.Net Core - is a free and open-source web framework
  • IGBD - our source for images, descreption, videos of games.
  • 3d.js - great javascript library for graphing stuff
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • ColoSHOP - beautiful free e-commerce template.
  • jQuery - is a JavaScript library designed to simplify the client-side scripting of HTML.

Installation

GameStoreMID requires ASP.Net and SQL Server to run.

  • open ./GameStoreMid/appsetting.json and make sure to replace all "Your Key" with the relevant API keys.
  • open the sln file on the main folder with Visual Studio, and type the following command in the NuGet console
$ Update-Database

This will update your local SQL Server 30 game loaded from IGDB, give them random prices and create admin user.

user: mid@mid.com
password: Qwe123!

Pictures

Landing Page Best Sellers

Product Page

Similar graph

Most Viewed Graph Products Management

This project was made for our Web Application Course and was not made for commercial use :)

Made By Matan Avitan, Ilan Lidovski & Dotan Menachem

About

GameStoreMid is an e - commerce built with asp.net core.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.0%
  • CSS 36.0%
  • JavaScript 20.0%