Skip to content

Geocoding web app for finding farms and gardens local to the San Diego area

License

Notifications You must be signed in to change notification settings

SYN100-WI23-Team-6/Map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geocoding Map

Usage

Server setup

cd server
npm install
npm run dev

Client setup

cd client
npm install
npm run serve