Steps to Run the code:-
- clone the repository
- run command npm install in the root directory
- edit file server/config/env and replace 'YourApiKey' in msg91Key : 'YourApiKey' with your own key visit https://msg91.com to get it.
- import the database dump to your mysql and replace database credentials from server/config/db.js
- run command npm run start in the root directory to start the server.
- visit localhost:3000 to see the home page
- visit localhost:3000/backend to see the admin Panel