A Merchant Web Application Platform for India. An E-Market application which allows easy and efficient trade between buyer and seller.
To run the project
- Run
npm installto install required packages - Change database credentials in [database.js]
- Initialise database by running
mysql -u <your_username> -p <your password>followed bysource schema_f.sql - Run website using
node index.js - Website is now open on localhost:3000/