arrow-express-example-server
v1.0.0
Published
Example application
Downloads
3
Readme
This is example application
You can test out this application for example with Postman.
It has no database connection. We recommend use for example typeorm for this purpose.
Default settings
- Command to run app:
npm install && npm run start:dev
- App start at 3000 port
- Default paths:
- GET:/users/myself
- GET:/users/:id
- To authorize setup header:
Authorize: Bearer token