Web application project intended to manage documentation in medical organization.
1.0.1
- .NET Framework 4.5.2
- MS SQL Server 2014
- npm
For installing required libs and frameworks execute next commands:
git clone git@github.com:Shooter75/medical_doc_managment.git
cd MedicalDocManagment.WebUI
npm install
gulp defaultNext step you need to add MultipartDataMediaFormatter.dll library to WebUI project.
DbInitializer executes every time after project have rebuilt.
Default access for admin:
- Login: admin
- Password: password
Project are built on following technologies:
- Angular 2 - Good tools make application development quicker and easier to maintain than if you did everything by hand.
- angular2-masonry - Masonry is a JavaScript grid layout library.
- Bootstrap 3 - great UI boilerplate for modern web apps
- Entity Framework - The Entity Framework is a set of technologies in ADO.NET that support the development of data-oriented software applications.
- Fluent Validation - A small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects.
- Gulp - is a toolkit for automating painful or time-consuming tasks in your development workflow
- jQuery - jQuery is a fast, small, and feature-rich JavaScript library.
- mydatepicker - Highly configurable Angular datepicker.
- Multipart Data Media Formatter - A library for binding custom types (including files) when sending and receiving multipart encoded form data
- ng2-pagination - The solution for pagination in Angular.
- ngx-infinite-scroll - the directive listens to the window scroll event and invoked the callback.
- TinyMCE - awesome web-based text editor
BSD