Giter VIP home page Giter VIP logo

cotec's Introduction

CE3101 - CoTEC-20

CoTEC-2020 Virus tracking web app built with Angular, Ionic, .NET Core MVC API, Entity Framework Core & SQL Server Database.


๐Ÿฆ  CoTEC-20 | Case Monitoring System

Description

CoTEC Map is a suite of virus case monitoring and hospital management applications. The web application provides a view for monitoring cases worldwide, presenting a specific breakdown of each country, it also provides the hospital administration system that allows managing patients and their recent contacts.

Prerequisites ๐Ÿ“‹

To run this program you must have the following dependencies installed

  • Nodejs
  • NPM
  • Angular 7
  • Dotnet Core 3.1
  • Entity Framework
  • Android SDK +3.6

Deployment ๐Ÿ“ค

CotecMap - Web Application

# Dev mode
> npm install
> npm fund
> ng serve -o

# Production
> ng build --prod
> ng deploy

CotecDB - Database

  • Create a SQL database on your local server or in some cloud service.
  • Run the DDL file for the creation of the database tables.
  • Create a user for the backend application and a password, such as access credentials to the server and the database.

CotecAPI - Backend

First you must enter the access credentials to the server and database in the file appsetting.json

"ConnectionStrings":
  {
    "CotecConnection": "Server=<YOUR_SERVER_IP>;Initial Catalog=COTEC_DB; User=<USERNAME>; Password=<PASSWORD>;"
  }

Then, open a terminate in the CotecAPI directory and run:

# Dev mode
> dotnet run

# Production
> dotnet build
> dotnet publish -c Release

Built With

For the development of this project we use the following technologies

Angular
Web development Framework

ASP.NET MVC
Backend Framework

Andriod SDK
Mobile app development

SQL Server
Database

Versioning ๐Ÿ—ƒ

For the versions available, see the releases on this repository.

Docs ๐Ÿ“–

You can find much more about how to use this project in our documentation section

Authors

This project has an excellent development group formed by ITCR computer engineering students

Project developed at the Technological Institute of Costa Rica | 2020 ๐Ÿ„ฏ

License ๐Ÿ“„

This project is licensed under the GNU License - see the LICENSE.md file for details


cotec's People

Contributors

estalvgs1999 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.