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.
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