arrow-express
Version:
Library to bootstrap express applications with zero configuration
17 lines (13 loc) • 473 B
Markdown
# 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