A portfolio is a type of resume that showcases examples of my work along with the usual resume information about my work experience.
- 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 - frontend
- Go from root directory to client directory
cd client/ npm i- Run the app
npm start