Easy to use, modular, REST API boilerplate and generator CLI using NodeJS, Express and MongoDB. Create APIs like a boss, from scratch in seconds!
Install View npm packageInstalling blackfire globally will help you access the command from anywhere. You can just fire up the command and do pretty amazing things just like that.
npm install blackfire -gThere are so many things happening under the hood to make an API up and running from scratch, multiple environments, middlewares, request parsing, wiring up routes, view system, data models, controllers and docs, we've gone through all these pain, thats why we built this. Bootstrapping a project has never been this easy! Just one command.. boom.. your API structure is ready!
blackfire new zooIts time to invite all your package.json mentioned friends to node_modules folder. Lets throw a party!
npm installNow lets get into serious stuff, what kind of API are you making? stores? products? or animals? Its easy to make modules in blackfire. blackfire module <singular> <plural>
blackfire module cat catsSo far so good. You just made an API for your next dream project. Lets fire up what we have made.
npm run development