Skip to content

Carisk/Carisk-backend

Repository files navigation

Carisk Backend

Backend deploy can found here

Website can be found here

Project links

Frontend

Info

This backend works with django 3.0.6 and python 3.7

How to setup?

  1. First create a virtual environment for python3 with
python3 -m venv ve

Name it ve or if you decide to name it something else, remember to never commit the virtual enviroment folder.

  1. Enter the virtual environment
source ve/bin/activate
  1. Install the dependencies if it's your first time installing it
pip install -r requirements.txt
  1. Download dataset
./download_dataset.sh

How to run?

  1. Enter the virtual environment
source ve/bin/activate
  1. Now run with
python manage.py runserver

or

./runserver.sh
  1. Stopping

Stop the server with CTRL+C and exit the virtual env with

deactivate

About

A application to preview car accidents risks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published