A "skeleton" project from server project which are node/typescript based.
- Http server based on express
- Body parsing using express body-parser
- Logging mechanism based on Winston
- Common middleware for (client/server) error handling, 404, request logging
- Common utility functions (scripts/src/utils.ts)
- Clone this repo
- Install the dependencies (
./npm install
) - Delete the git info (
rm -rf ./.git
) - Rename the project to whatever you want
- Start coding