Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.13 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.13 KB

Modern Express Template

🚀 A modern, production-ready Express 5 template with many features included to quickly build REST APIs

Note

This project is inspired by the great node-express-boilerplate repository

Installation

Just run the following command on an empty project and everything will be setup for you

npx modern-express-template

You can also click on the Use this template ▾ button to create a new repository from this template

Important

If you use this button, your repository will have text generated from template, which may be undesirable

Philosophy

Features

Use this section as documentation to learn the project structure and approaches for building your REST APIs

FAQ

What about authentication?

What about template engines?

Isn't Express 5 in alpha stage?