Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.3 KB

Coronavirus F0 Support System ⚡

The Coronavirus F0 Support System uses a React frontend, a backend build with NodeJS and ExpressJS, and the database using MongoDB. This application is as a solution for the interaction between the citizen and doctor in Ho Chi Minh City.

Getting Started 🌟

Follow these instructions to run a development environment.

  • Download and unzip the file covid-f0-support-system.zip, then open with your IDE

  • or Clone git repo:

    git clone https://github.com/huynguyenquangw/coronavirus_f0_support_system.git
    
  • Install all required packages before using:

    npm run install-all
    
  • Start the development environment both backend and frontend:

    npm run dev
    

Who made this ✍