Skip to content

Palveet/resume-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

How to Run the Project

Prerequisites

  1. Download the Source Code
    Clone or download the source code to your local machine.

  2. Install Python
    Ensure Python is installed on your system. You can download it from the official Python website.


Installation

  1. Install Dependencies
    Navigate to the project directory in your terminal and run:

    pip install -r requirements.txt
  2. Apply Database Migrations
    Generate and apply the necessary database migrations by running:

    python manage.py makemigrations
    python manage.py migrate
  3. Start the Development Server
    Launch the server using the command:

    python manage.py runserver

    Your project will start on localhost at port 8000.
    Access it at: http://localhost:8000/

Frontend Integration

To connect to the backend, use the associated frontend repository:
Frontend Repository

About

resume-builder-django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published