To install database, you must already have PostgreSQL server installed on your machine.
The full database installation file is already provided in the folder called 'sql'.
Run the following command. When there is a password prompt, type postgres
for the default password .
psql -U postgres -f .\sql\ems_db_full_installation.sql
Install all dependencies.
# install dependencies
npm install
To start the server, type the following command in your terminal.
Depending on your machine, it will show you the URL to the app.
npm run dev
Run the tests by typing the following command.
npx playwright test --workers=1
developed by Sint Lwin Htoo