Skip to content

Sample Express + Typescript server, with a layered architecture, and consuming external api

Notifications You must be signed in to change notification settings

dev2xl/sample-express-typescript-backend

Repository files navigation

Sample Express Api Server with Typescript

This is a sample Express server, with a layered architecture, that consumes an external api.

Stack

  • NodeJS
  • Express
  • Mongoose
  • Bcrypt
  • Axios
  • Jsonwebtoken
  • Typescript

Endpoints

  • POST /api/auth/generate-token
  • GET /api/tracking-parcel/:token

Default port: 5001

About

Sample Express + Typescript server, with a layered architecture, and consuming external api

Topics

Resources

Stars

Watchers

Forks