This is Node.js Express server blueprint code with endpoints for string
manipulation. The full technology stack can be viewed in the package.json
file.
To build the code for production deployment, run the build script from
package.json
.
Ts-node, Nodemon, and Prettier packages are used for efficient local development
and code formatting. To run the server locally, use the start:dev
script from
package.json
. The endpoints can be tested using Insomnia (or any other
compatible) API client. The API spec is provided in insomnia.json
file.
To start the application locally, run the start
script from package.json
.
To test chosen files, run the test
script from package.json
.
A TODO file is provided with the next tasks.