Skip to content

bharath2203/res_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================= Python Django Resume maker =================================

Steps to run the project

  1. git clone repository
  2. Add python environment and activate it.

Windows:

  • python -m venv env
  • env\Scripts\activate

Linux:

  • python -m venv env
  • source env/bin/activate
  1. pip install -r requirements.txt

Run

  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver

Note: Use python3 in Linux environment.

About

An Online Resume builder developed in Django.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published