Skip to content

BH0/HaloGunsRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HaloGuns REST API

A REST API built using C# & Visual Studio .Net WEBAPI.

For storing information about Halo (videogame franchise) guns.

Tooling

  • MySQLi
  • .Net WEBAPI
  • Visual Studio IDE
  • C#

Setup & use

  • git clone https://github.com/BH0/HaloGunsRestAPI.git
  • cd HaloGunsRestAPI
  • Make sure you have an instance of MySQL running
  • Edit Private_template.cs and type in your password
  • Change Private_template.cs filename to Private.cs
  • Make a database called "haloguns"
  • Create the guns-table called "tblGuns"
    • CREATE TABLE tblGuns (ID INT, name VARCHAR(20), faction VARCHAR(20), race VARCHAR(20), type VARCHAR(20), technology VARCHAR(20), PRIMARY KEY(ID));
  • Start IIS [server]

About

A .Net / C# REST API for information on Halo (video game) guns. Client: https://github.com/BH0/HaloGunsClient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors