Added Heroku deploy button
parent
d7ac9ddcdb
commit
869792b8b1
|
@ -28,6 +28,10 @@ The easiest way to get up and running is using Docker. Once the Docker CLI is in
|
|||
3. Run: `docker-compose up --build`
|
||||
4. Visit [http://127.0.0.1:1111](http://127.0.0.1:1111) in your browser
|
||||
|
||||
### Deploy on Heroku
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/mrvautin/expressCart)
|
||||
|
||||
## Admin
|
||||
|
||||
Visit: [http://127.0.0.1:1111/admin](http://127.0.0.1:1111/admin)
|
||||
|
|
Loading…
Reference in New Issue