Skip to content

sint18/event-management-system

Repository files navigation

Event Management System

Installation

1. Install database

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

2. Install dependencies

Install all dependencies.

# install dependencies
npm install

3. Start the server

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

Testing

Run the tests by typing the following command.

npx playwright test --workers=1

developed by Sint Lwin Htoo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published