Node JS Express Frameworkis used as a building Backend part of this Website.MongoDBis used to Store Products Details and URL of Photos.Firebase Storageis used for store the Uploaded Files.Firebase Authenticationis used for for Authenticate a User. User can authenticate using Google Sign in or Custom Email Password Method.Vue JSis used as frontend Framework for building SPA.Bootstrapis used for building UI and this website is Responsive for Desktop Devices and Tabs only.- Site has
Adminfunctionality by which site owner can add Product to his Store. - Site is responsive for Desktop Devices and Tabs. (I am working on for responsiveness on small Devices)
-
Run this command
>> npm run dev // to start Vue Development server and Backend server together. >> npm run server // to start only Backend server >> npm run Client // to start Vue Development server only (But it will not working alone as api depends on Backend also)