81 Commits (df5359fad91808c9108b8e699eedc0b7c083476a)
 

Author SHA1 Message Date
Raymonzut df5359fad9
Create Dockerfile for server in production 5 years ago
Raymonzut b9c54d9470
Remove dev Dockerfile 5 years ago
Raymonzut 8165d9fea7
Merge branch 'simplify/posts-route' into beta 5 years ago
Raymonzut 092cca38ec
Remove mongodb 5 years ago
Raymonzut 30ec01fa9b
Rewrite posts route to use posts folder 5 years ago
Raymonzut 959382abff
Dedicate folder for posts 5 years ago
Raymonzut e89857d34c
Merge branch 'simplify/testing' into beta 5 years ago
Raymonzut c2f70a7f4d
Change npm test to execute test_runner 5 years ago
Raymonzut a8c3109b9a
Create crude test runner 5 years ago
Raymonzut f5fb563535
Remove mocha and chai 5 years ago
Raymonzut 31651a5d58
Rewrite tests for assert instead of mocha and chai 5 years ago
Raymonzut d459e98db4
Merge branch 'features/post-reading' into beta 5 years ago
Raymonzut 9da2f77f84
Add title, date and content 5 years ago
Raymonzut 8cdc2f8767
Call remote from Post component 5 years ago
Raymonzut 3b22f15a45
Extend remote to accept post id 5 years ago
Raymonzut 5a9de29169
Add validator for Post prop id 5 years ago
Raymonzut abcc91ca81
Add route to Post view 5 years ago
Raymonzut f89c9251e6
Add Post view displaying passed id 5 years ago
Raymonzut 549e0cb7bf
Merge branch 'features/QAPage' into beta 5 years ago
Raymonzut e18bdd2e29
Add /qa route for QAPage 5 years ago
Raymonzut cce7a20a7f
Add simpel QAPage 5 years ago
Raymonzut 75c765ce8e
Remove empty object components property 5 years ago
Raymonzut 05e428223d
Require props of QA, Question and Answer 5 years ago
Raymonzut 9bfbb03636
Fix naming for Question component 5 years ago
Raymonzut 9ba5090c83
Remove redundant class for div in Posts view 5 years ago
Raymonzut 0fbb22187b
Match Posts export name with file name 5 years ago
Raymonzut 8e671bf733
Merge branch 'format/filenames' into beta 5 years ago
Raymonzut 12907ea3b7
Rename posts to Posts 5 years ago
Raymonzut 7b8b4d9a47
Rename qa to QA 5 years ago
Raymonzut 8a48b2db2b
Rename question and answer to Question and Answer 5 years ago
Raymonzut a16d3d9cfa
Rename aboutme to AboutMe 5 years ago
Raymonzut 440aae1657
Merge branch 'features/routing' into beta 5 years ago
Raymonzut 0e86f56649
Add router 5 years ago
Raymonzut fd4206b989
Define router with routes for Home and posts 5 years ago
Raymonzut ec30b39ffb
Create Home view 5 years ago
Raymonzut 84823ac7c2
Add vue-router for routing 5 years ago
Raymonzut 12d0c02f8b
Merge branch 'features/posts-index-page' into beta 5 years ago
Raymonzut 83a5d8a56c
Add the posts view 5 years ago
Raymonzut 2dfdd2f45f
Add core-js for polyfills 5 years ago
Raymonzut 088b986366
Request with newest first 5 years ago
Raymonzut e82e1bcd17
Add static page 5 years ago
Raymonzut 73288250ab
Request posts sorted in remote 5 years ago
Raymonzut 74185beb79
Add sort option for posts route / 5 years ago
Raymonzut f5b9da4520
Merge branch 'features/api-fetch' into beta 5 years ago
Raymonzut a1a09a59ab
Update remote.js for vue-resource 5 years ago
Raymonzut 307e71408b
Add vue-resource for the client 5 years ago
Raymonzut eb8d5c1c61
Add cors for server 5 years ago
Raymonzut 1ee10f3afd
Merge branch 'features/server' into beta 5 years ago
Raymonzut 911764efc8
Add /api/posts/ route 5 years ago
Raymonzut 75f7468b4a
Add simple express server 5 years ago