init backend, added admin page in front

Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
Nicolas Froger 2024-07-25 03:00:51 +02:00
commit ddc6c64f0f
No known key found for this signature in database
89 changed files with 5083 additions and 9 deletions

View file

@ -5,7 +5,7 @@ import { fr } from 'date-fns/locale'
import { marked } from 'marked'
export const usePostsStore = defineStore('posts', () => {
const postsApiPath = '/posts.json'
const postsApiPath = 'http://localhost:8080/posts'
const posts = ref([])