Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 494 Bytes

QueueApi

This is the official repository for Queue.

Installation

Make sure you have Node.js (version 18) installed. Then, clone the repository:

Install the dependencies:

npm install

Note: use node v20

Usage

You can start the server by running the following command:

npm start

For development, you can use the following command, which automatically restarts the server when changes are made to the files:

npm run dev

License

MIT