Examples project demonstrating how to build things with TypeScript and Node
- Ensure you have somewhat recent versions of Node and TypeScript
- Clone this project
- In the project folder, run
npm install
- To start the API server, run
node build/index.js start-server
- Experiment with the API using
curl localhost:3000
- Follow the API help messages to create new vehicles in the data store
- To list the created vehicles, run
node build/index.js list-vehicles