Skip to content

Boilerplate for creating a Nodejs-Express server application in nodejs

Notifications You must be signed in to change notification settings

abhijeetgurle/express-typescript-nodejs-boilerplate

Repository files navigation

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

About

Boilerplate for creating a Nodejs-Express server application in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published