Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DeployIsComing/node-kickstarter

Open more actions menu

Repository files navigation

NODE KICKSTARTER

ts

A boilerplate TypeScript project for building RESTful APIs using Node.js and Restify. By running a few commands, you will get a production-ready Node.js server installed and fully configured on your machine. The server comes with many built-in features.

Quick Start

Run the following commands to get everything working:

npm i 
npm run build 
npm run start

Check the scripts section in package.json to change the commands to fit your needs.

Project Structure

src\
 |--config\          # Environment variables and configuration related things
 |--controllers\    # Controller layer
 |--middlewares\    # Custom middlewares
 |--models\         # Database models (data layer)
 |--modules\        # In case the project is using modularized approach.
 |--resources\      # Special resources such as sol files for cryptocurrency.
 |--routes\         # Routes
 |--services\       # Business logic (service layer)
 |--tests\          # Test files.
 |--types\          # TypeScript custom types.
 |--utils\          # Utility classes and functions
 |--index.ts        # App entry point

License

MIT

About

A boilerplate for building production-ready RESTful APIs using Node.js.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.