Hi! This RESTful API created using NodeJS MVC Architecture.Express framework use to create the boilerplate code.
Clone or Download the repo and go the the relevant directory. then run command
npm install
to install the dependencies.Once you installed the dependencies you can run the backend server. run using:
npm run start or npm start
The DB I used is Mongodb , when you open the config file there is a file named database.config.js. You can simply replace your Mongodb instance details with its data.