File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
src/layout/MainLayout/Header/ProfileSection Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ This is a full stack web application template built with:
9
9
10
10
---
11
11
12
- ## Live view
13
- https://fullstack-template-react.vercel.app/
14
- https://fullstack-template-vue.vercel.app/
15
- https://full-stack-api.fly.dev/docs
12
+ ## 🌐 Live View
13
+
14
+ - [ React Frontend ] ( https://fullstack-template-react.vercel.app/ )
15
+ - [ Vue Frontend ] ( https://fullstack-template-vue.vercel.app/ )
16
+ - [ FastAPI Backend Docs ] ( https://full-stack-api.fly.dev/docs )
16
17
---
17
18
18
19
## Features
Original file line number Diff line number Diff line change 18
18
# flyctl proxy 5432 -a full-stack-db
19
19
if IS_LOCAL :
20
20
DATABASE_URL = DATABASE_URL
21
- DATABASE_URL = "postgresql+asyncpg://postgres:e0CEeFYUY7kERQcW@aws-0-us-east-1.pooler.supabase.com:6543/postgres"
22
21
# DATABASE_URL = DATABASE_URL_PROD
23
22
24
23
class Settings :
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > Hunter </ title >
4
+ < title > React Full Stack Template </ title >
5
5
< link rel ="icon " href ="%PUBLIC_URL%/hunter.jpg " />
6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const ProfileSection = () => {
121
121
< MainCard border = { false } elevation = { 16 } content = { false } boxShadow shadow = { theme . shadows [ 16 ] } >
122
122
< Box sx = { { p : 2 } } >
123
123
< Stack direction = "row" alignItems = "center" >
124
- < Typography variant = "h4" > Hunter </ Typography >
124
+ < Typography variant = "h4" > Full Stack Template </ Typography >
125
125
</ Stack >
126
126
</ Box >
127
127
< PerfectScrollbar style = { { height : '100%' , maxHeight : 'calc(100vh - 250px)' , overflowX : 'hidden' } } >
Original file line number Diff line number Diff line change 11
11
href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap "
12
12
/>
13
13
14
- < title > Hunter </ title >
14
+ < title > Vue3 Template </ title >
15
15
</ head >
16
16
< body >
17
17
< div id ="app "> </ div >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Hunter " ,
2
+ "name" : " Vue3 " ,
3
3
"version" : " 1.0.0" ,
4
4
"private" : false ,
5
5
"author" : " Gilad" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const customizer = useCustomizerStore();
9
9
10
10
<template >
11
11
<div class =" pa-4" >
12
- <span class =" text-subtitle-2 text-medium-emphasis" >Project Hunter </span >
12
+ <span class =" text-subtitle-2 text-medium-emphasis" >Vue Full Stack Template </span >
13
13
14
14
<v-divider ></v-divider >
15
15
<perfect-scrollbar style =" height : calc (100vh - 300px ); max-height : 515px " >
You can’t perform that action at this time.
0 commit comments