This is a simple nodejs, express boilerplate that comes with pretty much anything you need to build small and robust express applications.
This template comes with bunch of ready made configurations like
- Rate Limiter
- Rate Slow Down
- Error Middleware to catch errors anywhere in your entire application.
- Not Found Middleware to catch undefined routes or methods.
- Sockets for Realtime updates or Bidirectional communication between server and client.
- Config module to specify simple configurations
Clone the repository
git clone https://github.com/Adedoyin-Emmanuel/nodejs-template.git .
Install the dependencies
npm install
Start the development server
npm run dev
If you'd like to contribute to nodejs-template, please follow these steps:
- Fork the repository
- Create a new branch
- Make your changes and commit them
- Push your changes to your fork
- Create a pull request :)
NodeJs-Template is licensed under the MIT License.