Skip to content

Commit 7518b74

Browse files
authored
Merge pull request #93 from astagi/feature/improve_readme
Improve READMEs
2 parents 4838857 + 4c6e8a5 commit 7518b74

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

backend/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# PYCON
1+
# PyCon Backend
22

33
[![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)
44

5+
## Install
56

6-
# Test
7+
`pip install -r requirements.txt`
8+
9+
## Start the project
10+
11+
`python manage.py runserver`
12+
13+
## Test
714

815
`py.test --cov=. --cov-fail-under 100`

frontend/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# PyCon Frontend
2+
3+
## Install
4+
5+
`yarn install`
6+
7+
## Start the project
8+
9+
`yarn start`

0 commit comments

Comments
 (0)