Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
/ AaronPortfolio Public archive

The public work that I can display of the Professional website for my brother.

License

Notifications You must be signed in to change notification settings

inunotaisho/AaronPortfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AaronPortfolio

This is a fullstack Professional portfolio that I have built for my brother. Some items that are on the live site are not available in this Repo. This version is designed to be learning tool for everyone out there.

This stack is a MC#RN stack. MongoDB database, C# backend, React Frontend and .NET Core runtime.

As such it can be run on most Operating Systems.

For windows developers, just import and run it like any other app.

For mac developers, there are a few more options.

You can:

Download Visual Studio Community for Mac

or

You can run it via the terminal after installing the Net Core cli. To run it via the terminal, after installing the cli, cd into the project directory containing the .csproj then use the command dotnet run.

In both cases, the project will open in the browser on localhost:5000.