Welcome to the Simple Shopping List Application! This application allows users to create an account, manage shopping lists, and add and manage items in lists.
- User Authentication: Users can create an account and log in.
- Create Shopping Lists: Users can create multiple shopping lists to organize their items.
- Items: Users can add items to their shopping lists, mark items as done and delete them from a list.
- Frontend: React & Tailwind CSS
- Backend: Node.js
- Database: MongoDB housted with mongodb.com
- Frontend:
- VITE_BACKEND_URL=Your_Backend_URL
- Backend:
- PORT=Your_Server_Port
- DB_URI=Your_MONGODB_URI
- JWT_SECRET=Your_JWT_Secret