Mark IT is a web application that helps small business owners decide where and when to market their products. It takes advantage of the TD Da-Vinci open banking API to show the volume of transactions in a particular region at a specific time. Using this data, small businesses can tune their marketing strategies to earn the most profit.
The application was built during the Elevate Hackathon.
Try it out here. Just click around and using the filter tab.
You can sign up for an account or use the following credentials.
Username: jn485057@gmail.com
Password: HelloWorld876123&
git clone https://github.com/drdgvhbh/Mark-IT.git
cd Mark-IT
npm install
sudo npm install -g @aws-amplify/cli
amplify configure
- Login to your AWS Account as a Root user
- Press Enter in your terminal
- Follow the Amplify CLI Prompts
- Setup your IAM User Details
- Paste the access key and secret key into your terminal
- Setup a profile for this project
amplify init
Choose default options except for
- Distribution Directory Path -> dist
- Choose the profile you created when it asks you to use a profile
amplify add auth (use default config)
amplify add hosting (use dev or prod according to your needs)
amplify publish
npm run dev
npm run build
npm run start