GitXplorerGitXplorer
m

resume-site-api

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
56b2cd3a01eaf9e89f0c3130dd89c30d63fd5579

make di helper into extension method

committed 7 years ago
Unverified
87cc5fce5db9199be3366344ca79e9f9490b1c2e

upgrade test packages

committed 7 years ago
Unverified
b51ccc3defff8301f12cd9085d68b674c95251d0

I have decided against using swagger in a private API

committed 7 years ago
Unverified
ae86aaa475f3d4c74f816cd6ee7a998594d26b73

unneeded using

committed 7 years ago
Unverified
371d3cb6817561840b3382b0ddd159ae36a634bc

Merge branch 'master' of https://github.com/mzrimsek/resume-site-api

committed 7 years ago
Unverified
9f42724617f8d14de652f8217eee89695a5c5df2

removed redundant travis step

committed 7 years ago

README

The README file for this repository.

resume-site-api

Build Status BCH compliance

The backend for my impending updated resume website. Additions to come soon (including API documentation).

Technologies

  • Dotnet Core
  • EntityFramework Core
  • PostgreSQL

Command Reference

Database Migrations (Run from Integration.EntityFramework)

  • Add new migration - dotnet ef --startup-project ../Web/ migrations add <MigrationName>
  • Update database with migrations - dotnet ef --startup-project ../Web/ database update

Run Tests (Run from Root)

  • Enable test debugging (in Visual Studio Code) - export VSTEST_HOST_DEBUG=1
  • dotnet test Test.Unit/ && dotnet test Test.Integration/