This Boilerplate is setup to get you up and running qucikly with a few specific things in mind. Firstly its setup with ECMAScript and babel to allow newer JS features to be utilized at the backend level. Swagger UI has been setup to easily setup and test any new api without requiring Postman. Some more bells and wistles to make the experience as easy as possible which you can explore at your own speed.
git clone https://github.com/MuhammadKashifShamim/Express-Mongo-ECMA-API-Starter-Boilerplate.git
npm install
mongod
npm run dev
npm run build
Please note the generating a build will create a new dist folder which will contain the entire build.
Contributions, discussions, and feedback are welcome! Please keep in mind that this project is still a WIP, so I suggest asking if there are any active plans on feature changes before submitting new PR 👍
MIT License. Click here for more information.