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
Raymonzut
2dfdd2f45f
Add core-js for polyfills
2020-04-23 14:07:57 +02:00
Raymonzut
088b986366
Request with newest first
2020-04-21 22:42:15 +02:00
Raymonzut
e82e1bcd17
Add static page
2020-04-21 21:53:19 +02:00
Raymonzut
73288250ab
Request posts sorted in remote
2020-04-21 13:06:47 +02:00
Raymonzut
74185beb79
Add sort option for posts route /
2020-04-21 12:32:55 +02:00
Raymonzut
f5b9da4520
Merge branch 'features/api-fetch' into beta
2020-04-19 18:36:26 +02:00
Raymonzut
a1a09a59ab
Update remote.js for vue-resource
2020-04-19 18:26:06 +02:00
Raymonzut
307e71408b
Add vue-resource for the client
2020-04-19 18:06:43 +02:00
Raymonzut
eb8d5c1c61
Add cors for server
2020-04-19 18:00:59 +02:00
Raymonzut
1ee10f3afd
Merge branch 'features/server' into beta
2020-04-17 22:51:09 +02:00
Raymonzut
911764efc8
Add /api/posts/ route
2020-04-17 22:50:16 +02:00
Raymonzut
75f7468b4a
Add simple express server
2020-04-17 22:45:45 +02:00
Raymonzut
1fa79962fd
Add server package(-lock).json
2020-04-17 21:05:06 +02:00
Raymonzut
13099c51fd
Fix working dir
2020-04-17 16:52:06 +02:00
Raymonzut
15411e8b89
Merge branch 'features/remote-prepare' into beta
2020-04-17 16:43:28 +02:00
Raymonzut
59d13265e2
Move client related into client/
2020-04-17 16:38:04 +02:00
Raymonzut
b51cef3b85
Add hardcoded remote with postData
2020-04-17 12:03:13 +02:00
Raymonzut
7e5ccebcdf
Even formatting to be the same
2020-04-15 16:07:58 +02:00
Raymonzut
ba2ca7cfdd
Normalize all the line endings and format
2020-04-15 15:47:35 +02:00
Raymonzut
267ffdc293
Remove core-js
2020-04-15 15:34:05 +02:00
Raymonzut
8095ada970
Move Dockerfile into docker/...
2020-04-15 14:35:28 +02:00
Raymonzut
4fb2473c8c
Prevent sending node_modules/ and dist/ to dockerd
2020-04-15 14:16:23 +02:00
Raymonzut
97bb821f02
Merge branch 'features/aboutme' into beta
...
- Add dynamic age in me.js
- Add aboutme component
2020-03-29 20:21:53 +02:00
Raymonzut
ff5f3bcf9c
Elaborate about myself
2020-03-29 20:19:22 +02:00
Raymonzut
a0edd4d64e
Add aboutme component with age
2020-03-28 22:08:14 +00:00
Raymonzut
fac51f12fa
Add tested me.js for age
2020-03-28 22:06:30 +00:00
Raymonzut
4cd5285032
Remove app.js dummy code
2020-03-28 22:04:05 +00:00
Raymonzut
c0506eec7c
Use latest node:lts-alpine image instead of specific version
2020-03-27 20:37:13 +00:00
Raymonzut
dca916f504
Merge branch 'features/qa' into beta
...
- Add question component: italic text div with top and bottom margin
- Add answer component: text div
- Add qa component: makes block of question and answer component
2020-03-27 20:30:07 +00:00
Raymonzut
66b1874a02
Add qa component: makes block of question and answer component
2020-03-27 20:29:20 +00:00
Raymonzut
c4d1b02c2e
Add answer component; text div
2020-03-27 19:48:09 +00:00
Raymonzut
afc5dea589
Add margin (top and bottom) to question component
2020-03-27 19:46:04 +00:00
Raymonzut
d9c4685b64
Add question component; italic text div
2020-03-27 18:36:42 +00:00
Raymonzut
1379d022ce
Remove default HelloWorld component
2020-03-27 16:50:55 +00:00
Raymonzut
00107c5ebb
COPY package-lock.json before package.json
2020-03-24 17:39:17 +00:00
Raymonzut
0b87865da0
Serve dev server inside docker
2020-03-24 17:29:38 +00:00
Raymonzut
4afdc15d20
Merge branch 'vue/setup' into beta
...
- Add default vue-cli project alongside mocha and chai
2020-03-24 11:52:51 +00:00
Raymonzut
a43531b66a
Add basic vue-cli project files
2020-03-24 11:50:14 +00:00
Raymonzut
ade6f1ada3
Move app.js inside src/
2020-03-24 11:45:29 +00:00
Raymonzut
53ae300100
Swap tabs for spaces
2020-03-23 20:48:37 +00:00
Raymonzut
53a92deef2
Merge branch 'ci/actions-nodejs-initial' into beta
2020-03-23 20:40:50 +00:00
Raymonzut
9911b97f75
Add nodejs CI with node 13.x
2020-03-23 20:40:09 +00:00
Raymonzut
18895a2093
Initial npm project with mocha and chai
2020-03-23 20:07:43 +00:00