Skip to content

tomocrea/Pangolinzapp

Repository files navigation

Pangolinzapp

Endangered pangolin tracking PWA

Technologies

  • Node.js
  • Express.js
  • esbuild
  • Leaflet
  • MySQL

Screenshots

Home page Home page

Report page Report sighting page

Sighting page Sighting details page

Requirements

  • Node.js
  • MySQL server

How to run

  1. Install packages
npm install
  1. Set up the database
mysql -u root -p < zapdb.sql
  1. Create .env file
cp .env.example .env
  1. Fill environment variables to match your local MySQL database credentials
  2. Build the project
npm run build
  1. Start the server
npm start
  1. Access the app at localhost:4500

About

Endangered pangolin tracking PWA

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors