Skip to content

UlaStankiewicz/google-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-maps

Google maps with React and Express

dev deployment

Prerequisites

node, npm, docker, docker-compose, knex, nodemon

google map api key

cp ./client/src/app-parameters.dist.ts ./client/src/app-parameters.ts
add google map apki key from your cloud profile

postgres

docker setup
sh compose.sh dev
or set up pg using config in server/knexfile.ts

server

npm --prefix ./server/ i && npm --prefix ./server/ run start-dev

client

npm --prefix ./client/ i && npm --prefix ./client/ run start

About

Google maps with React and Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • HTML 6.9%
  • CSS 6.6%
  • JavaScript 3.4%
  • Shell 0.2%