In the United States, gun violence has dominated headlines, conversation, and political debates for decades. Incidents involving gun violence have continued to contribute to the emotional and persistent debate over the amount and control of guns in the United States. Gun violence in America affects all of us in some way, and recently has become way too established and familiar in our society. By administering this tool for comprehensible data analysis on gun-violence, the hope is that the app will equip users to form more educated opinions on gun safety concerns and develop a better understanding of the relationships involved in these incidents.
Create external python virtual environment then run this command
pip install -r requirements.txtTo start the web server you need to run the following sequence of commands.
First cd into DatabaseProject.
Only run this when updating database
python manage.py makemigrations
python manage.py migrateNext run the django web server.
python manage.py runserverFirst cd into the frontend folder.
cd frontendNext install all dependicies.
npm i Run the production compile script
npm run dev
