Skip to content

Example project - how to build an API in TypeScript and Node

License

Notifications You must be signed in to change notification settings

kenreilly/typescript-node-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example project - how to build an API in TypeScript and Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published