Skip to content

ucdavis/Anlab

Folders and files

NameName
Last commit message
Last commit date
Feb 24, 2022
Feb 25, 2025
Mar 15, 2023
Jun 22, 2023
Mar 16, 2022
Feb 25, 2025
Feb 25, 2025
Feb 25, 2025
Jun 16, 2023
Oct 25, 2017
Oct 25, 2017
Apr 18, 2022
May 16, 2019
Apr 24, 2017
Jun 16, 2023
Jun 16, 2023

Repository files navigation

Node Version Build Status

forthebadge

Anlab

Order and results management system for http://anlab.ucdavis.edu/

Build + Run

Have a recent version of NodeJS installed (https://nodejs.org/)

Have latest version of .Net Core installed, current v1.1 (https://www.microsoft.com/net/core)

Get the app settings from Box and put them in your secrets location (on MacOSx, ~/.microsoft/usersecrets/f3c999a5-2304-44e0-a49e-f43333bf9ccf)

[If you don't have visual studio]

// Go to the Anlab.Mvc website directory

// first time, or when modules change

npm install --legacy-peer-deps

dotnet restore

// when you are ready to debug locally

npm run debug

[If you have visual studio]

// Just open it up and run the project!