Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
james-tindal committed Jul 16, 2024
1 parent a3046f5 commit 2f3bbd3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## Laravel Website with Angular CMS
# Laravel Website with Angular CMS

## Live website

Website is live at [angular-laravel-cms.jamestindal.co.uk](https://angular-laravel-cms.jamestindal.co.uk)

You can access the CMS to create, update, delete blog articles at [/admin](https://angular-laravel-cms.jamestindal.co.uk/admin)

Log in with `username: test` `password: p`

## Running the code

To run:
```sh
Expand All @@ -9,3 +19,5 @@ To show error messages in development:
```sh
APP_DEBUG=true docker-compose up --build --progress=plain
```

The Pulumi infrastructure-as-code that's running this on AWS is at [james-tindal/jamestindal.co.uk](https://github.com/james-tindal/jamestindal.co.uk)

0 comments on commit 2f3bbd3

Please sign in to comment.