Flood alert PWA for South Africa: Vue 3, Google Maps API with heatmap, Express backend, user auth
Clone or copy the project folder (SYNPRO) to your local machine.
In the terminal type the following:
cd SYNPRO
npm install
This will install:
express (for creating the server and defining routes)
cors (for allowing cross-origin requests)
dotenv (for managing environment variables)
nodemailer (for sending email)
nodemon (optional, for live-reloading during development)
mongodb (for database)
mongoose (also for database)