Go to file
Edzel b5c0fe32d5
Update comments.json
2021-09-06 02:04:44 +02:00
config fixed some stuff with special chars in admin.js 2021-09-06 01:04:30 +02:00
html g 2021-09-06 02:00:41 +02:00
node g 2021-09-06 02:00:41 +02:00
node_modules idk about the fstream vuln idk how 2 change it in unzip/package.json 2021-08-18 11:11:53 +02:00
storage Update comments.json 2021-09-06 02:04:44 +02:00
.gitignore fixed some stuff with special chars in admin.js 2021-09-06 01:04:30 +02:00
README.md Update README.md 2021-09-06 02:03:57 +02:00
package-lock.json Admin interface 2021-08-11 19:27:45 +02:00
package.json fixed some urls 2021-08-23 23:06:18 +02:00

README.md

a-blog

a nodejs express jsonDB blog


How 2 setup

  1. clone this repo
git clone github.com/Eds-trash-can/a-blog.git
  1. go into dir
cd a-blog
  1. configurate
cp config/config.example.yaml config/config.yaml
nano config/config.yaml
  1. create storge files
touch storage/posts.json
touch storage/comments.json
  1. start up
node node/app