A sample project to show controller class inheritance using javascript es6
- Ensure you have Node.JS and Mongo DB installed on your system
- Clone the repository
https://github.com/nondefyde/express-controller-inheritance-sample - Change into the directory
cd express-controller-inheritance-sample - Install all required dependencies with
npm install - Start the application with
npm run dev