FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
Funfulgence
Funfulgencecorrect
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 miliseconds.
Sign up now
Code
/
backend
/
README.md
Code
/
backend
/
README.md
Search
…
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
Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.