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
.envfile base on.env.template - Start the development server with
npm run dev,yarn devorpnpm dev - Clone the backend repository: https://github.com/Klerith/nest-teslo-shop/tree/complete-backend
- Install dependencies.
- Create
.envfile base on.env.template - Run on your terminal
docker-compose up -d - Run
npm run start:dev - Open Postman
GEThttp://localhost:3000/api/seedif SEED EXECUTED GEThttp://localhost:3000/api/producsto verify if contain data
- email: test1@gmial.com / test2@gmail.com
- password: Abc123