Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.34 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.34 KB

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