# Installation steps Volunteer Management System Backend ## Prerequisites installing ### mongodb database # [mongodb database](https://docs.mongodb.com/manual/installation/) ### nodejs # [nodejs installtion](https://nodejs.org/en/download/package-manager/) ### redis $ sudo apt install redis ## How to run ``` $ cd project_directory $ npm install $ node server.js ```