Added google maps step

This commit is contained in:
Nedim Uka
2019-05-17 10:49:13 +02:00
parent a3d9a82fee
commit be416ffc0c
13 changed files with 329 additions and 176 deletions

View File

@@ -6,13 +6,13 @@ The purpose of this project is to build a web application that enables subscribi
### Setup with npm commands
1. Run setup script
1. Install packages
`npm install`
2. Run setup script
`npm run setup`
this will create and run postgres image and then execute migrations
2. Install packages
`npm install`
3. Run app
`npm start` to run app without restart on changes or
`npm run start-mon` to run app with automatic restart on code change