Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.22 KB

File metadata and controls

34 lines (21 loc) · 1.22 KB

Nodejs-Express Typescript Boilerplate

Build your web servers without spending hours on setting up the project.
Made with ❤️ by Abhijeet


Why I Have Created This?

There are many boilerplates available on the internet which providers a server app with nodejs, express & typescript but I found them either too complex for my use case or too simple where I need to configure lot of features later. So I build this repo to be used in projects which are simple & doesn't require lot of unnecessary tooling.


Features

  • Simple Code with no unnecessary dependencies.
  • JSON & Cookie parsing support with no need of configurations.
  • Environment variables can be easily added in file .env using library like dotenv.
  • Logging support using libraries like winston & morgan
  • Prettier & ESlint added so that your code looks & feels consistent.

How To Use It

Download the zip file of this codebase & start writing your APIs 🎉.


License

MIT