git clone https://github.com/PLACEMENT-JKSHIM/Placement-Portal-Backend.git
Note: make sure you after this step
cd Placement-Portal-Backend
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
npm i
npm run dev
Note: this commands watches changes in tailwind output file (run it in another terminal in vscode and then run server)