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

Funfulgence

correct

Public
Like
correct
Home
Code
1
backend
6
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
/
backend
/
README.md
Code
/
backend
/
README.md
Search
5/16/2025
README.md

Jobrapido Backend

This is the Django backend for the Jobrapido application. It provides API endpoints for user authentication, profile management, and other features.

Project Structure

  • api/ - Main Django app containing models, views, and API endpoints
  • jobrapido/ - Django project settings
  • templates/ - Django templates for non-admin users

Setup Instructions

  1. Create a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run migrations:

    python manage.py migrate
    
  4. Create a superuser:

    python manage.py createsuperuser
    
  5. Run the development server:

    python manage.py runserver
    

API Endpoints

  • /api/register/ - User registration
  • /api/login/ - User login
  • /api/send-verification-code/ - Send email verification code
  • /api/profile/ - Get or update user profile
  • /api/forgot-password/ - Request password reset
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.