We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creating contact list management at admin and mobile end.
Steps to be implemented:
Step1:creating contactlist.ejs in misc folder.
Step2:In public/mods directory create new folder "contactlist"
Step3:In public/mods/app.js add reference to contactlist.
Step4:In newly created contactlist folder include contactlistcontroller,contactlistmodule,contactlistrouter and partials folder.
Step5:In models folder create contactlistschema file.
Step6:In controller/api main directory include contactlist and upload related services.
Step7:In routes-->apiroutes.js adding routes for upload service.
step8:Define services for client.js in services folder.
similarly at mobile end.
The text was updated successfully, but these errors were encountered:
Merge pull request #158 from swatikiran123/master
478e450
Added Contact list issue #157 and modified Client module.
No branches or pull requests
creating contact list management at admin and mobile end.
Steps to be implemented:
Step1:creating contactlist.ejs in misc folder.
Step2:In public/mods directory create new folder "contactlist"
Step3:In public/mods/app.js add reference to contactlist.
Step4:In newly created contactlist folder include
contactlistcontroller,contactlistmodule,contactlistrouter and
partials folder.
Step5:In models folder create contactlistschema file.
Step6:In controller/api main directory include contactlist and upload related services.
Step7:In routes-->apiroutes.js adding routes for upload service.
step8:Define services for client.js in services folder.
similarly at mobile end.
The text was updated successfully, but these errors were encountered: