Giter Site home page Giter Site logo

bullsh1t's Introduction

Bullsh!t

How bullshit is your startup?

Originally we planned to do something with Ethereum during this hackathon but it proved to be a lot harder to learn how develop a DApp than we thought. So we pivoted on the last couple of hours to this...

Bullsh!t is a webapp that reads a website, an about/splash page is recommend, and scores the site based on the number of tech "buzzwords" that pop up.

Right now the app uses a word bank of "buzzwords" that we thought of in the moment, but if we had the time training a natural language processor would be ideal, so it would improve by usage with the assistance of human/user input of their own rating/review.

https://gist.github.com/Yogendra0Sharma/5aa96ebfd0854623a5451c53672088d5

Requirements

Stack

  • Postgres
  • Django
  • Webpack + React
  • Mocha for js testing
  • Pytest for python testing

Setup and customize

 -git remote add seed https://github.com/cozy-nyc/docker-django-react-seed.git
 -git pull seed master
 -cp server/web/settings/local.py.example server/web/settings/local.py
 
  1. Edit the environement variables touch .env
  2. Create env/dev with the following values filled
SECRET_KEY=[secret-key]
DEBUG=true
DJANGO_SETTINGS_MODULE=django_config.settings.local
ALLOWED_HOSTS=localhost 127.0.0.1 0.0.0.0
DATABASE_URL=postgres://django:[password]@localhost:5432/[project-name]

MAILGUN_API_KEY=[mailgun-api-key]
MAILGUN_DEFAULT_FROM_EMAIL=[email]

POSTGRES_PASSWORD=[password]
POSTGRES_USER=django
POSTGRES_DB=[project-name]

EMAIL_PORT=1025
EMAIL_HOST=localhost
EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend
DEFAULT_FROM_EMAIL=[email]

Finally, build and start the docker containers:

./bin/develop

Run Django commands

./bin/django [command]
./bin/django createsuperuser
./bin/django makemigrations [app_name]

bullsh1t's People

Contributors

s1mb10t3 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.