Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jbcoe/complete-developer

Repository files navigation

Complete Developer Project

TypeScript Express server project following "The Complete Developer" book.

Quick Start

  1. Install dependencies:

    npm install
  2. Compile and run:

    npx tsc
    npm start
  3. Visit: http://localhost:3000/hello

Development

Run directly (no compilation):

npx ts-node index.ts

Check for errors:

npx tsc --noEmit

Endpoints

  • /hello - Greeting
  • /api/names - API names
  • /api/weather/:zipcode - Weather data (e.g., /api/weather/12345)

About

Following along with no-starch-press book "The Complete Developer"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published