product vision: https://www.notion.so/dislersd/Product-Vision-8650648b724a4bb6b6062270da8ffdb8
Login - POST { username: "bsmith1" password: "abc123" }
Register - POST { "username":"admin", "password":"password", "email":"[email protected]", "first_name": "Admin", "last_name": "Schoolson" }
Schools list - GET { [ { schoolName: "Johnston Elementary School" address: "1256 Franklin Ave" city: "Pittsburgh" state: "PA" zip: "15221" fundsNeeded: "$5,000.00" fundsRaised: "$1,325.00" }, { schoolName: "Schenley High School" address: "4101 Bigelow Blvd" city: "Pittsburgh" state: "PA" zip: "15213" fundsNeeded: "$8,000.00" fundsRaised: "295.00" } ] }
School info - POST/PUT { schoolName: "Johnston Elementary School" address: "1256 Franklin Ave" city: "Pittsburgh" state: "PA" zip: "15221" fundsNeeded: "$5,000.00" fundsRaised: "$1,325.00" }, product vision