Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
/ influence Public archive

Web based game built with ASP.NET Core

License

Notifications You must be signed in to change notification settings

borelli28/influence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influence

Web based game built with ASP.NET Core

Prerequisites

Make sure you have the .NET SDK installed. You can download it from the official .NET website.

Install the dotnet-ef Tool

If you haven't installed the Entity Framework Core command-line tools, run the following command: dotnet tool install --global dotnet-ef

Setup

Clone repo git clone https://github.com/borelli28/influence.git

Create and apply migrations then start server cd influence/App && dotnet ef migrations add InitialCreate && dotnet ef database update && dotnet watch run

About

Web based game built with ASP.NET Core

Resources

License

Stars

Watchers

Forks