Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
/ CrowdClick Public archive

Backend of affordable solution that combines traffic and quantitative data to the advertiser through a crowdsourcing click to view reward model

License

Notifications You must be signed in to change notification settings

crowd-tools/CrowdClick

Repository files navigation

CrowdClick

Creative Common contributions Build Status codecov apiary

Backend of affordable solution that combines traffic and quantitative data to the advertiser through a crowd-sourcing click to view reward model

Install and run project

# Create virtual environment
# https://virtualenvwrapper.readthedocs.io/en/latest/
mkvirtualenv -p python3.6 -a . crowdclick

# Install dependencies
pip install -r requirements.txt

# (Optional) local settings
cat crowdclick/settings/example.env > crowdclick/settings/.env
cat crowdclick/settings/local_optional_example.py > crowdclick/settings/local_optional.py

# Run migrations
python manage.py migrate

# Load initial data
python manage.py loaddata ad_source/fixtures/*

# Run server
python manage.py runserver 0.0.0.0:8000

You should see API endpoints on http://localhost:8000/api/

Check code quality

# Run tests
python manage.py test

# Flake8
pip install flake8 && flake8 .

Contributions

Contributions are welcome. Be sure to check our Code of conduct

Licence

MIT

About

Backend of affordable solution that combines traffic and quantitative data to the advertiser through a crowdsourcing click to view reward model

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published