Skip to content

bennotti/poc-typescript-nestjs

Repository files navigation

poc-typescript-nestjs

Requirements

Getting started

Installing dependencies

First, you need to install all the needed dependencies.

$ yarn

Starting the application

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

Testing the application

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.

Licensing

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published