Commit Graph
193 Commits
Author SHA1 Message Date
Raymonzut e9b9f01101 Convert express logic to fastify logic 2020-05-14 20:07:43 +02:00
Raymonzut 0dd0ac74e1 Swap express + cors with fastify + fastify-cors 2020-05-14 20:01:24 +02:00
Raymonzut 4ef296269c Merge branch 'release/v1.0.0' into beta
- Add descriptions for package.json's
- Bump versions to 1.0.0
2020-05-11 22:20:51 +02:00
Raymonzut 918a5cbed5 Bump versions to 1.0.0 2020-05-11 22:16:02 +02:00
Raymonzut bce431f6b5 Add descriptions 2020-05-11 22:15:42 +02:00
Raymonzut 874540a43d Generalise BASE_URL 2020-05-11 21:36:16 +02:00
Raymonzut 5053753639 Fix #3 2020-05-11 21:03:22 +02:00
Raymonzut 5c91c10bc0 Fix #2 2020-05-11 20:32:07 +02:00
Raymonzut 964e72eb73 Fix #1 2020-05-11 16:51:10 +02:00
Raymonzut 695a6705fc Merge branch 'docker/prod-only' into beta 2020-05-11 16:06:15 +02:00
Raymonzut d5daf1ebf0 Add .dockerignore for client and server 2020-05-11 16:05:41 +02:00
Raymonzut abd5f30d11 Create Dockerfile for client in production
- Including default nginx.conf for Vue.js
2020-05-11 16:04:55 +02:00
Raymonzut df5359fad9 Create Dockerfile for server in production 2020-05-11 15:41:34 +02:00
Raymonzut b9c54d9470 Remove dev Dockerfile
- Service removed in docker-compose
2020-05-11 14:35:14 +02:00
Raymonzut 8165d9fea7 Merge branch 'simplify/posts-route' into beta 2020-05-11 14:03:12 +02:00
Raymonzut 092cca38ec Remove mongodb 2020-05-11 14:01:23 +02:00
Raymonzut 30ec01fa9b Rewrite posts route to use posts folder
- Remove mongodb related code
- Implement file based posts
2020-05-11 14:00:22 +02:00
Raymonzut 959382abff Dedicate folder for posts 2020-05-11 10:07:02 +02:00
Raymonzut e89857d34c Merge branch 'simplify/testing' into beta
- Swapped mocha and chai for own crude test runner
2020-04-26 16:48:14 +02:00
Raymonzut c2f70a7f4d Change npm test to execute test_runner 2020-04-26 16:47:23 +02:00
Raymonzut a8c3109b9a Create crude test runner 2020-04-26 16:43:52 +02:00
Raymonzut f5fb563535 Remove mocha and chai 2020-04-26 16:43:51 +02:00
Raymonzut 31651a5d58 Rewrite tests for assert instead of mocha and chai 2020-04-26 16:43:50 +02:00
Raymonzut d459e98db4 Merge branch 'features/post-reading' into beta 2020-04-25 17:08:55 +02:00
Raymonzut 9da2f77f84 Add title, date and content 2020-04-25 17:04:44 +02:00
Raymonzut 8cdc2f8767 Call remote from Post component 2020-04-25 16:39:56 +02:00
Raymonzut 3b22f15a45 Extend remote to accept post id 2020-04-25 16:38:28 +02:00
Raymonzut 5a9de29169 Add validator for Post prop id 2020-04-25 15:44:15 +02:00
Raymonzut abcc91ca81 Add route to Post view 2020-04-25 14:41:00 +02:00
Raymonzut f89c9251e6 Add Post view displaying passed id 2020-04-25 14:38:40 +02:00
Raymonzut 549e0cb7bf Merge branch 'features/QAPage' into beta 2020-04-25 13:48:40 +02:00
Raymonzut e18bdd2e29 Add /qa route for QAPage 2020-04-25 13:48:06 +02:00
Raymonzut cce7a20a7f Add simpel QAPage 2020-04-25 13:47:40 +02:00
Raymonzut 75c765ce8e Remove empty object components property 2020-04-25 13:22:57 +02:00
Raymonzut 05e428223d Require props of QA, Question and Answer 2020-04-25 13:19:10 +02:00
Raymonzut 9bfbb03636 Fix naming for Question component 2020-04-25 13:16:10 +02:00
Raymonzut 9ba5090c83 Remove redundant class for div in Posts view 2020-04-25 12:15:01 +02:00
Raymonzut 0fbb22187b Match Posts export name with file name 2020-04-25 12:13:29 +02:00
Raymonzut 8e671bf733 Merge branch 'format/filenames' into beta 2020-04-25 12:08:28 +02:00
Raymonzut 12907ea3b7 Rename posts to Posts 2020-04-25 12:03:21 +02:00
Raymonzut 7b8b4d9a47 Rename qa to QA 2020-04-24 13:06:55 +02:00
Raymonzut 8a48b2db2b Rename question and answer to Question and Answer 2020-04-24 13:05:09 +02:00
Raymonzut a16d3d9cfa Rename aboutme to AboutMe 2020-04-24 12:39:09 +02:00
Raymonzut 440aae1657 Merge branch 'features/routing' into beta 2020-04-24 11:01:16 +02:00
Raymonzut 0e86f56649 Add router 2020-04-24 10:59:29 +02:00
Raymonzut fd4206b989 Define router with routes for Home and posts 2020-04-24 10:58:53 +02:00
Raymonzut ec30b39ffb Create Home view 2020-04-24 10:57:31 +02:00
Raymonzut 84823ac7c2 Add vue-router for routing 2020-04-24 10:32:14 +02:00
Raymonzut 12d0c02f8b Merge branch 'features/posts-index-page' into beta 2020-04-23 14:14:04 +02:00
Raymonzut 83a5d8a56c Add the posts view 2020-04-23 14:12:07 +02:00