Skip to content

Schmidt-jan/Ticket-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Template

This is a template for creating Web-API's with Typescript. Express and Swagger. Also the packages for unit testing are included. Therefore are mocha and chai used
The swagger documentation is available at: http://localhost:4000/docs The documentation is written with the yaml-based OpenApi-standard

Installation

Clone the project ann install all required packages

git clone https://github.com/Schmidt-jan/Node_Template.git
cd Node_Template
npm install

Run the server and swagger documentation:

npm start

Run tests

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published