This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
is a mini e-commerce application that provides the ability for online trading. This helps solve problems of having a physical storefront, ability to reach a broader audience, scalability etc from the point of the seller and allows customers to choose a product or service they want, from any supplier, anywhere in the world.
Shop pay was developed with JavaScript (ES6), Node.js and Nextjs.
Make sure you have Node.js 12.14.1 installed and POSTMAN.
git clone https://git@github.com:emma50/shopps.git
cd shopps
Install yarn via npm, if you already do not have it installed
npm install --global yarn
Check yarn installation
yarn --version
Run
yarn install
yarn dev
Shop pay should now be running on localhost:3000.