NafiRahim / Django-CRUD----create-CV-and-TODO-App

This Django project has 2 app, One- let user to create their CV and let them download pdf, and second app is todo app, which let user add-update-delete a task after finished.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django CRUD - CV and TODO App

Description

This Django project consists of two applications:

  1. CV Application:

    • Allows users to create their CVs by providing details such as personal information, education, work experience, skills, etc.
    • Provides functionality to generate a downloadable PDF version of the CV.
  2. TODO Application:

    • Enables users to manage their tasks effectively.
    • Allows users to add, update, and delete tasks.
    • Provides a user-friendly interface for task management.

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:
   git clone https://github.com/NafiRahim/Django-CRUD----create-CV-and-TODO-App.git
  1. Navigate to the project directory:
    cd "Django-CRUD----create-CV-and-TODO-App"
  1. Create a virtual environment:
    python3 -m venv env
  1. Activate the virtual environment:
    source env/bin/activate
  1. Install dependencies using pip and the requirements.txt file:
    pip install -r requirements.txt

Usage

Instructions on how to use the CRUD application can be found in the project's documentation or within the code comments.

Contributing

Feel free to contribute to this project by forking the repository, making changes, and creating pull requests.

About

This Django project has 2 app, One- let user to create their CV and let them download pdf, and second app is todo app, which let user add-update-delete a task after finished.

License:MIT License


Languages

Language:HTML 59.1%Language:Python 40.9%