Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 377 Bytes

File metadata and controls

22 lines (15 loc) · 377 Bytes

Demo API

To use this demo run this command in the terminal:

npm install

Then create a file named .env in the root of the application folder and paste this contents:

PORT=1337

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=root
DB_DATABASE=test

Replace the variables with your own.

To run the demo, type npm run dev in the terminal.