mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
chore: fixces
This commit is contained in:
@@ -12,6 +12,10 @@ Generate a secret for rocket
|
|||||||
```Bash
|
```Bash
|
||||||
openssl rand -base64 32
|
openssl rand -base64 32
|
||||||
```
|
```
|
||||||
|
Copy sqlite database with inital migrations already done
|
||||||
|
```Bash
|
||||||
|
cp ./sqlite.db.inital ./sqlite.db
|
||||||
|
```
|
||||||
Start docker container with:
|
Start docker container with:
|
||||||
```bash
|
```bash
|
||||||
docker run -p 8000:8000 \
|
docker run -p 8000:8000 \
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + Svelte + TS</title>
|
<title>Url shortner!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user