Coder Social home page Coder Social logo

alandesmet / wheretofind.me Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wlonk/wheretofind.me

0.0 2.0 0.0 703 KB

A calling card for the internet

Home Page: https://wheretofind.me/

JavaScript 15.63% Python 42.67% Vue 15.27% CSS 7.55% HTML 18.88%

wheretofind.me's Introduction

Wheretofind.me

'Waffle.io - Columns and their card count' Documentation Status

Server development

You will need:

  • Python 3.7 or later (brew install [email protected])
  • Pipenv (brew install pipenv)
  • PostgreSQL (brew install postgres or Postgres.app)
  • yarn (brew install yarn)

Ensure the development database exists:

createdb wheretofindme

Set the following environment variables in a .env file in the repo root:

export DJANGO_SECRET_KEY=$(uuidgen)
export DJANGO_DEBUG=True
export SENDGRID_API_KEY=INVALID

Use pipenv to get the database into a good state:

$ pipenv sync --dev
$ pipenv run python manage.py migrate

Then get the frontend building:

$ yarn install
$ yarn serve

Then, you can visit the local site at http://localhost:8000/. The terminal output will say :8080, but ignore it, it's a liar.

Dependencies

To add Python dependencies:

$ pipenv install (--dev) <dep name>

To add JavaScript dependencies:

$ yarn add (--dev) <dep name>

Tests

The Python tests are written using pytest, pytest-django, pytest-cov, and pytest-factoryboy. You can run them easily with yarn py:test:unit.

The JavaScript tests are written using Jest and Vue's unit-test helpers. You can run them easily with yarn js:test:unit.

We require 100% test coverage on both parts. We will gladly help you with any test-writing issues you may have.

wheretofind.me's People

Contributors

bwarren2 avatar mirisuzanne avatar ojacobson avatar wlonk avatar

Watchers

 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.