atrotter0 / entity-tutorial

Epicodus .NET To Do List project with Entity Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do List with Entity

Epicodus .NET exercise, 07.14.18

By Abel Trotter

Description

A To Do List project to learn the Entity framework.

Setup on OSX

  • Download and install .Net Core 1.1.4
  • Download and install Mono
  • Download and install MAMP 4.5
  • Open MAMP and click Start Servers
  • 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 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
  • Entity Core

Links

License

This software is licensed under the MIT license.

Copyright (c) 2018 Abel Trotter

About

Epicodus .NET To Do List project with Entity Framework


Languages

Language:C# 92.2%Language:CSS 7.8%