Skip to content

ArtemKirilyuk/Anlab

 
 

Repository files navigation

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

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.4%
  • TypeScript 11.8%
  • PLSQL 7.3%
  • CSS 2.2%
  • JavaScript 0.3%