Made in 24 hours for AgTech Startup! Application that rates quality of soil in a given location. Frontend is a Bootstrap SPA that consumes google maps API, backend is a Node.js Express application consuming https://www.getambee.com/api-documentation
To launch frontend on port 4200 use:
ng serve
To launch backend on port 3000 use:
node ./server.js