You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Job Portal
## demo app with svelte and go
### Frontend
- svelte
- picocss
### Backend
- go
- gofiber
- gorm
### Build and run
- cd ui && npm run build
- cd ..
- go build
- run the executable (by default server runs in :3000)