Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio

A portfolio is a type of resume that showcases examples of my work along with the usual resume information about my work experience.

Link:

Portfolio

Technologies used

Installing Dependencies

  1. Backend
    • Go from root directory to Backend directory
    cd Backend/
    
    • Create virtualenv
    python -m venv env
    .\env\Scripts\activate
    pip install -r requirements.txt
    
    • Run the server:
    cd Backend/
    python manage.py runserver
    
  2. frontend
    • Go from root directory to client directory
    cd client/
    npm i
    
    • Run the app
    npm start
    

About

A portfolio is a type of resume that showcases examples of my work along with the usual resume information about my work experience.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages