Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# PYCON
# PyCon Backend

[![Updates](https://pyup.io/repos/github/patrick91/pycon/shield.svg?token=1fa644e7-367a-431d-b906-0cfa23ddda9c)](https://pyup.io/repos/github/patrick91/pycon/) [![Python 3](https://pyup.io/repos/github/patrick91/pycon/python-3-shield.svg?token=1fa644e7-367a-431d-b906-0cfa23ddda9c)](https://pyup.io/repos/github/patrick91/pycon/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7472f142f7624ba4b7b735f90ad518f6)](https://www.codacy.com/app/simobasso/pycon?utm_source=github.com&utm_medium=referral&utm_content=patrick91/pycon&utm_campaign=Badge_Grade)

## Install

# Test
`pip install -r requirements.txt`

## Start the project

`python manage.py runserver`

## Test

`py.test --cov=. --cov-fail-under 100`
9 changes: 9 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PyCon Frontend

## Install

`yarn install`

## Start the project

`yarn start`