• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Funfulgence

Funfulgence

creation

Public
Like
creation
Home
Code
3
backend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
Code
/
Search
README.md

Job Portal Application

This is a job portal application with user authentication, profile management, and job search functionality.

Project Structure

├── backend/
│   ├── index.ts             # Main API entry point
│   ├── routes/              # API route handlers
│   │   ├── auth.ts          # Authentication routes (login, register)
│   │   └── profile.ts       # Profile management routes
│   └── utils/               # Backend utilities
│       └── db.ts            # Database utilities
├── frontend/
│   ├── components/          # Vue components
│   │   ├── AppNavbar.vue    # Navigation bar
│   │   ├── CompleteProfile.vue # Profile completion form
│   │   ├── ForgotPassword.vue # Password recovery
│   │   ├── LoginForm.vue    # Login form
│   │   └── RegisterForm.vue # Registration form
│   ├── index.html           # Main HTML template
│   └── index.js             # Frontend entry point
└── shared/
    └── types.ts             # Shared type definitions

Features

  • User authentication (login, register, password recovery)
  • Profile management
  • Responsive design

API Endpoints

  • POST /api/login/ - User login
  • POST /api/register/ - User registration
  • POST /api/send-verification-code/ - Send verification code
  • POST /api/profile/ - Create or update user profile

Technologies

  • Backend: Hono (API framework)
  • Frontend: Vue.js
  • Storage: SQLite
Code
backendsharedREADME.md
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.