Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 445 Bytes

test_rest_2

Django backend for the IUCAA Project

Following steps to be followed in order to launch respective modules.

# Start Spider Crawl
	
	-> scrapy crawl spidey

# Start Apache LAMPP / MySQL Server
	
	-> sudo /opt/lampp/lampp start
	
# Start Django Backend Web Service

	-> python3 manage.py makemigrations 
	-> python3 manage.py migrate
	-> python3 manage.py runserver     ip adress:port no          Eg. 192.168.43.12:8000