An attractive and user-friendly website for mobile ordering in stores.
This project was bootstrapped with - Node.js & Express
- Databases used MySql & Mongo
- Developed using JavaScript, Handlebars and Passport.js
- Store retailer can add or update details of mobiles in store
- Retailer can take reviews/complains about mobiles, and share the review with the mobile company.
- Search mobile by name
- Retailer can place orders for mobiles from the customer
- He can also manage customer details and track order details
Install the required node_modules
npm install
To run this project, you will need to add the following environment variables to your .env file
DB_HOST
DB_NAME
DB_USER
DB_PASS
Refer .env
for more info
- Use the
mobile_store.sql
file for SQL database - Start your Sql (Xampp) and MongoDB server
- Ensure you have installed the node_modules
Start the server
npm start
Runs the app in development mode
Open http://localhost:5000 to view it in the browser.