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.
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
- Clone the repo
git clone https://github.com/kappassov/healthService.git
- Install NPM packages in
root
and inclient
directoriesnpm install && cd client && npm install
- Create your own dotenv file and enter appropriate data for your database
PGHOST = PGUSER = PGPASSWORD = PGPORT = PGDATABASE =
- Run following scripts in
root
directorynpm start cd client npm start