Ogwang/StackOverflowLite

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.coveragerc
.env
.gitignore
.travis.yml
Gemfile
LICENSE
Procfile
README.md
UI/all_questions.html
UI/answer_questions.html
UI/ask_question.html
UI/css/style.css
UI/img/bg.jpeg
UI/img/blue.jpg
UI/img/bluedesign.jpg
UI/img/me.jpg
UI/index.html
UI/js/index.js0
A
0 mins
UI/login.html
UI/signup.html
UI/user_profile.html
_config.yml
apiary.apib
app/__init__.py52
A
0 mins
app/answers/__init__.py0
A
0 mins
app/answers/models.py167
F
3 days
app/api/__init__.py0
A
0 mins
app/api/v1/__init__.py0
A
0 mins
app/api/v1/answers/__init__.py0
A
0 mins
app/api/v1/answers/routes.py106
A
0 mins
app/api/v1/auth/__init__.py0
A
0 mins
app/api/v1/auth/routes.py149
B
5 hrs
app/api/v1/comments/__init__.py0
A
0 mins
app/api/v1/comments/routes.py27
A
0 mins
app/api/v1/questions/__init__.py0
A
0 mins
app/api/v1/questions/routes.py123
B
4 hrs
app/api/v1/users/__init__.py0
A
0 mins
app/api/v1/users/routes.py35
B
5 hrs
app/api/v1/votes/__init__.py0
A
0 mins
app/api/v1/votes/routes.py28
A
0 mins
app/auth/__init__.py0
A
0 mins
app/auth/blacklist.py26
A
0 mins
app/auth/models.py83
D
2 days
app/auth/validatons.py24
A
0 mins
app/comments/__init__.py0
A
0 mins
app/comments/models.py31
A
0 mins
app/home/__init__.py0
A
0 mins
app/home/views.py8
A
0 mins
app/migrations/__init__.py0
A
0 mins