Skip to content

linn/products-maint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products Maint Service

Maintenance and reports of products in LinnApps database.

Solution summary

This services provides maintenance and reporting for existing data and code in the LinnApps Oracle database.

Component technologies

  • The backend service is dotnet core C# using NancyFx web framework.
  • The GUI client is built with React and managed with npm and webpack.
  • Persistence is to Oracle database via EntityFramework.
  • Continuous deployment via Docker container to AWS ECS using Travis CI.

Local running and Testing

C# service

  • Restore nuget packages.
  • Run C# tests as preferred.
  • run or debug the Service.Host project to start the backend.

Client

  • npm install to install npm packages.
  • npm start to run client locally on port 3000.
  • npm test to run javascript tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages