Shop Planner is a React-based application that helps you create and organize shopping lists. Its main feature allows you to easily manage the products you need to buy at grocery stores or other places.
Client: React, React Query, Axios, Shadcn/ui, React icons,
Server: Node, Express, Bcrypt, Cors, JWT
Database MongoDB
To run this project, you will need to add the following environment variables to your .env file
VITE_SERVER_URL
PORT
MONGO_URI
CLIENT_URL
JWT_SECRET
Clone the project
git clone https://github.com/Matis121/ShopPlanner.gitGo to the client directory
cd frontendInstall dependencies
npm installStart the client
npm run devGo to the server directory
cd backendInstall dependencies
npm installStart the server
npm run dev


