Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 682 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 682 Bytes

Shopping-list

Prerequisites

Node.js (v14+ recommended) npm or yarn

.env vars 🔧

You have a .env.template (inside backend and frontend folders) with all the variables. You can modify if you need

Installation 🔧

Clone the repo

git clone https://github.com/lucasgalarce/shopping-list.git

Install NPM packages

npm run setup
npm start

Documentation

A Postman collection is also provided in backend/postman/api.postman_collection.json

This APP allows you to:

  • Create a new item
  • Update an existing item
  • Check/Uncheck an existing item
  • Retrieve all items
  • Delete a item