This is a simple example of how you could potentially use Typescript Result in a web API project.
- Clone the repository
- Run
npm install
- Run
npm start
Check the routes file to see which routes are available.
Some routes are 'protected' and require you to provide a token as a query parameter. It has the format ?token=user-{{USER_ID}}
.