Skip to content

Web application to track disease-related data among the world [fake data ]

Notifications You must be signed in to change notification settings

kappassov/healthService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

Full stack web application as a part of an assignment from Database Systems course. The idea is to create web service for Public Servants and Doctors with different accessible data. In this service they can track and edit necessary data for their work.

Built With

Getting Started

To set up this project locally follow these steps below:

Make sure that you have everything installed from the list above, including setting up Postgres database from .sql file

  1. Clone the repo
    git clone https://github.com/kappassov/healthService.git
  2. Install NPM packages in root and in client directories
    npm install && cd client && npm install
  3. Create your own dotenv file and enter appropriate data for your database
     PGHOST = 
     PGUSER = 
     PGPASSWORD =
     PGPORT = 
     PGDATABASE = 
    
  4. Run following scripts in root directory
     npm start
     cd client npm start
    

About

Web application to track disease-related data among the world [fake data ]

Topics

Resources

Stars

Watchers

Forks