# This is example application
You can test out this application for example with Postman.

It has no database connection. We recommend use for example prisma for this purpose.

# Default settings
- Command to run app:
  - `yarn install && yarn run start:dev`
- App start at 3000 port
- Default paths:
    - GET:/users/myself
    - GET:/users/:id
- To authorize setup header:
  - `Authorize: Bearer token`
  
### You can copy this folder as boilerplate for your application
