Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 597 Bytes

social-spyne

HLD

https://github.com/priyanshu-arora/social-spyne/tree/main/HLD

LLD

https://github.com/priyanshu-arora/social-spyne/tree/main/LLD

CODE

https://github.com/priyanshu-arora/social-spyne/tree/main/apps

Postman Collection

https://www.postman.com/material-candidate-91280156/workspace/spyne/request/25769706-21439a30-5116-48c0-a59d-7fbf0ed6dba4

Run the app

  • python3 -m venv env
  • source env/bin/activate
  • pip3 install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver