It's an client side e commerce website.
- Javascript
- Vue.js, Nuxt, Tailwind
Follow the steps below in order to run the project.
-
In order to run it you should download API first. Go to link and follow the steps. - API: cart
-
After installing API Run the following commands from the terminal.
git clone https://github.com/emirsagit/cartclient.git
cd cartclient
npm install
-
Open the nuxt.config.js file. Enter your api information in axios and auth objects. In api we use laravel sanctum. In order to activate auth module API and Client must work under same domain or subdomain.
-
Run
npm run dev
. -
Go to localhost:3000.
👤 Emir Sağıt
- GitHub: @emirsagit
- Twitter: @emirsagit
- LinkedIn: Emir Sağıt
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.