All Projects → kenreilly → typescript-node-example

kenreilly / typescript-node-example

Licence: MIT license
Example project - how to build an API in TypeScript and Node

Programming Languages

typescript
32286 projects

typescript-node-example

Examples project demonstrating how to build things with TypeScript and Node

Getting Started

  1. Ensure you have somewhat recent versions of Node and TypeScript
  2. Clone this project
  3. In the project folder, run npm install

Testing it out

  1. To start the API server, run node build/index.js start-server
  2. Experiment with the API using curl localhost:3000
  3. Follow the API help messages to create new vehicles in the data store
  4. To list the created vehicles, run node build/index.js list-vehicles
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].