Skip to content

sanjaysupanch/CrimsonInsight

Repository files navigation

CrimsonInsight

Visit to our website! This web-app is under development

Command to run this project

$ pip3 install -r requirement.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

If you want to run on virtual server then in crimson directory open another terminal and run $ ./ngrok http 8000
also in same directory you open terminal and run command $python3 manage.py runserver 8000

Note: Here :8000 is a port number. Both port must be same

currently not hosted this website.