Forms and reports application for purchasing.
This services provides forms and reporting for existing data and code in the LinnApps Oracle database.
- The backend service is dotnet core C# using Carter web framework.
- The GUI client is built with React/Redux and managed with npm and webpack.
- Persistence is to Oracle database via EF Core.
- Continuous deployment via Docker container to AWS ECS using Travis CI.
- Restore nuget packages.
- Run C# tests as preferred.
- run or debug the Service.Host project to start the backend.
npm installto install npm packages.npm startto run client locally on port 3000.npm testto run javascript tests.