Node.js (v14+ recommended) npm or yarn
You have a .env.template (inside backend and frontend folders) with all the variables. You can modify if you need
Clone the repo
git clone https://github.com/lucasgalarce/shopping-list.git
Install NPM packages
npm run setup
npm start
A Postman collection is also provided in backend/postman/api.postman_collection.json
- Create a new item
- Update an existing item
- Check/Uncheck an existing item
- Retrieve all items
- Delete a item