Skip to content

sahilraja/cmp_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a starter project to quickly get up and running with express js project using typescript.

Setup

git clone https://github.com/WebileApps/express-ts-starter.git
cd express-ts-starter
npm install

Open Visual Studio Code and Run (F5)

Adding routers

A sample router for users is provided by default and mounted at /users.

import * as usersRouter from "./users/router";
...

app.use('/users', usersRouter);

Compile Swagger

npm i multi-file-swagger

multi-file-swagger -o yaml swagger.yaml > compiled-swagger.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published