{
	"variables": [],
	"info": {
		"name": "Formation Angular Backend",
		"_postman_id": "c6439231-20a2-7852-4ba4-9b57913cd880",
		"description": "",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
	},
	"item": [
		{
			"name": "GET",
			"request": {
				"url": "localhost:8080/todos",
				"method": "GET",
				"header": [],
				"body": {},
				"description": ""
			},
			"response": []
		},
		{
			"name": "Create a todo",
			"request": {
				"url": "localhost:8080/todos",
				"method": "POST",
				"header": [
					{
						"key": "Content-Type",
						"value": "application/json",
						"description": ""
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\n \"name\": \"task 3\", \n \"completed\" : false\n}"
				},
				"description": ""
			},
			"response": []
		}
	]
}