atrotter0 / basic-auth

A .NET web app to practice using authentication with Identity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name Here

Epicodus C# exercise, date

By Your Name Here

Description

Add a description here

Specs

Behavior Input Output
Behavior input output

Setup on OSX

  • Download and install .Net Core 1.1.4
  • Download and install Mono
  • Download and install MAMP 4.5
  • Clone the repo
  • Run dotnet restore from project directory and test directory to install packages
  • Run dotnet build from project directory and fix any build errors
  • Run dotnet test from the test directory to run the testing suite
  • Run dotnet run to start the server
  • Alternatively, run dotnet watch run to start the server with the watcher tool

Contribution Requirements

  1. Clone the repo
  2. Make a new branch
  3. Commit and push your changes
  4. Create a PR

Technologies Used

  • .Net Core 1.1.4
  • MAMP 4.5
  • MySQL
  • Bootstrap 3.3.7
  • JavaScript
  • jQuery 3.3.1

Links

  • Add links here

License

This software is licensed under the MIT license.

Copyright (c) 2018 Your Name Here

About

A .NET web app to practice using authentication with Identity.


Languages

Language:C# 100.0%