Skip to content

AlexejKossmann/node-fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS API Boilerplate

This is a Boilderplate to start REST-API development in Typescript, NodeJS and Express.

Features

  • It handles all the routes by its own, you just need to set up the path where your routes are.

Installation

  • clone this repository
  • execute npm install command

Configuration

  • create a yaml file in the /config/ directory (name it as you wish)
  • set the directory/directories where your routes are/will be saved ####routes.yml
routes: /routes

Creating new Routes

  • just create a file in the directory set up for routes
  • write your logic
  • start node app

About

A boilerplate for starting API with Node, Express and Typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •