Skip to content

peggy-gov-bc-ca/moh-prime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

PharmaNet Revisions fo Information Management Enhancements (PRIME)

HOW TO DEPLOY

Clone a copy of the code from this repository, then deploy the code using the following Docker command in the optimize-prime folder:

docker-compose up --build

HOW TO DEVELOP

To get the project up and running, install Docker and run the following Docker command:

docker-compose up --build	

To update the database schema, first update the model file in the Models folder, and rebuild using:

docker-compose up --build

To generate a new migration file, run this command:

dotnet ef migrations add InitialCreate

Then, to migrate the new model schema over to the database, run the following command:

dotnet ef database update

Your changes will be deployed automatically next time the app starts.

DOCUMENTATION

We have further Documentation available.

APACHE 2.0 LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Ministry of Health PharmaNet Revisions for Information Management Enhancements (PRIME)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.7%
  • TypeScript 21.4%
  • HTML 11.2%
  • SCSS 0.7%
  • Python 0.7%
  • Dockerfile 0.6%
  • Other 0.7%