pienut
v1.7.1
Published
An MVC wrapper on top of ExpressJS and Mongoose
Downloads
62
Readme
An MVC wrapper over Express.JS and MongoDB
To setup the project for development install it from npm by running
npm install pienutThen get the pre-implemented boilerplate to start with ease from another git repo
git clone [email protected]:mahfuzurrahman98/pienut-mvc-setup.git.envfile contains all of your environemt variables- you only modify
/src/App.jsto add new routes and middlwares - create your controllers in
/src/controllers, models in/src/models, and routes in/src/routes
