Build your web servers without spending hours on setting up the project.
Made with ❤️ by Abhijeet
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.
- 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.
Download the zip file of this codebase & start writing your APIs 🎉.