A Vue 3 application for managing products in the Teslo Shop. Built with Vite and Vue Query. Connects to the Teslo Shop backend.
- Clone the repository.
- Install dependencies.
- Create a
.env
file base on.env.template
- Start the development server with
npm run dev
,yarn dev
orpnpm dev
- Clone the backend repository: https://github.com/Klerith/nest-teslo-shop/tree/complete-backend
- Install dependencies.
- Create
.env
file base on.env.template
- Run on your terminal
docker-compose up -d
- Run
npm run start:dev
- Open Postman
GET
http://localhost:3000/api/seed
if SEED EXECUTED GET
http://localhost:3000/api/producs
to verify if contain data
- email: test1@gmial.com / test2@gmail.com
- password: Abc123