edwingustafson / full-stack-fall-2020

Project Repository for Full Stack Fall Cohort 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TC Codes Fall Cohort Emailer

codecov Build

The following directions assume you have already downloaded the .net Core SDK [https://dotnet.microsoft.com/download]

Getting the App Running: (on a Mac)

1.You should create a fork in GitHub [https://github.com/tccodes-repo/full-stack-fall-2020]

2.git clone 'your forked version of /full-stack-fall-2020.repo'the repo to your local machine.

3.cd full-stack-fall-2020

4.cd api

5.cd Emailer

6.dotnet build

7.dotnet run

8.At this point you should be able to open a browser window at [https://localhost:5001/swagger/index.html] and see the Swagger interface. I had to run dotnet run a couple of times as my machine did not connect right away. I also had a security warning the first time I attempted running this project locally, adjust you settings accordingly. (Or use the HTTP interface at [http://localhost:5000/swagger/index.html].)

9.control c

10.cd ../..

11.cd ui

12.At this point you should be in the ui folder

13.npm install

14.npm start -- you browser may automatically go to [http://localhost:3000/] and you should see the React logo with the Learn React link at the bottom. If not, please feel free to start up the React portion of the app at the listed location

About

Project Repository for Full Stack Fall Cohort 2020


Languages

Language:C# 43.6%Language:TypeScript 29.7%Language:JavaScript 19.0%Language:HTML 3.8%Language:CSS 3.2%Language:Dockerfile 0.6%