Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 819 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 819 Bytes

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.