Coder Social home page Coder Social logo

covid19india / econsult Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 21.0 13.39 MB

A Free Online Medium for Citizens to consult with Volunteering Doctors.

License: The Unlicense

CSS 60.31% JavaScript 25.95% HTML 13.74%
covid-19 covid-19-india telemedicine volunteering-doctors

econsult's Introduction

covid19india

View our live patient database. If you'd like to collaborate, join the Telegram Group.

to run

git clone https://github.com/BetaTurtle/covid19india.git

Python3 : python -m http.server

Python2 : python -m SimpleHTTPServer

Open http://localhost:8000 in browser to test

to deploy

minify and add to docs directory

Install minify npm i minify -g

minify script.js > docs/script.js

minify index.html > docs/index.html

econsult's People

Contributors

userhasnoname0 avatar vibhorkanojia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

econsult's Issues

backend API

The e-consult API and doctor onboarding process are currently not scalable. Given that data is being written in a JSON file and is also dependent on google sheets/forms for data entry.

My suggestion is to use MongoDB to store data. Also, since we are still in the early stage of the dev process, we should not build on top of vanilla node js/express instead use a framework like NestJS and Typescript. It will help us rapidly build a stable and scalable backend along with documented & debuggable code.

I have refactored the current backend API code in this repo here. I didn't fork the repo as it was a complete rewrite anyway. If you all agree, we can host move the repo to the eConsult and continue development.

The swagger docs can be viewed on localhost:3000/api-docs after launching with npm run start:dev

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.