First, you need to install all the needed dependencies.
$ yarn
After installing the dependencies, you can run the application using one of the following commands.
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
After starting the application you can start using it by either opening on http://localhost:3000/ or sending a request through an HTTP client like Postman or Insomnia.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See LICENSE for details.