Backend for ABD Portfolio
git clone https://github.com/ashish-bazad/abd-portfolio-backend.git
cd abd-portfolio-backend
virtualenv env
source env/bin/activate
brew install postgresql
brew install gcc
pip install -r req.txt
python3 manage.py runserver 127.0.0.1:8000