Skip to content

[Incomplete] API builded using TypeScript, NodeJS and Koa.

Notifications You must be signed in to change notification settings

tutods/koa-typescript-api

Repository files navigation

Rest API using NodeJS + Koa + TypeScript

Status

This project is for study new things and improve some skills.

Topics

On this project can find topics below:

  • TypeScript
    • All @types needed (like: @types/bcryptjs, @types/mongoose, ...)
  • NodeJS
  • Koa
    • Koa Router (create routes like ExpressJS - router.get('endpoint', method) )
    • Koa Cors
    • Koa BodyParser
    • Koa Static (to using serve() on static folders - like public folder)
  • Babel (for build)
  • EJS (used on emails - create partials to use on multiple emails)

About

[Incomplete] API builded using TypeScript, NodeJS and Koa.

Topics

Resources

Stars

Watchers

Forks