rafaelpassarela / vanhack-fullstack-backend

My Git repository for VanHack Talent Accelerator project, Jan 2018

Home Page:http://mrrafael.ca/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AspNet_React

Table of Contents

Requirements

  • ASP.Net Core 2.0
  • SQL Server Express (localhost\SQLEXPRESS)

Backend

  • In VS2017, open the solution and VS will download all dependencies
  • Change the run target to AspNet_React
  • hit F5 and it's done
  • Listening on `localhost:54163

Frontend

  • Clone this git repo
  • Open the CMD on frontend folder, and type npm install
  • run React App whit the following command: npm start
  • Will be opened on browser at localhost:3000

About

My Git repository for VanHack Talent Accelerator project, Jan 2018

http://mrrafael.ca/about


Languages

Language:C# 53.0%Language:JavaScript 43.6%Language:CSS 1.8%Language:HTML 1.6%