Go to file
DerZombiiie 245d82d73d
Update README.md
2021-08-25 17:37:21 +02:00
config general clean up 2021-08-23 23:02:02 +02:00
html general clean up 2021-08-23 23:02:02 +02:00
node general clean up 2021-08-23 23:02:02 +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 general clean up 2021-08-23 23:02:02 +02:00
.gitignore Ranking for posts in Newness + voted 2021-08-06 02:06:41 +02:00
README.md Update README.md 2021-08-25 17:37:21 +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
nano config/config.yaml
```
4. start up
```bash
node node/app
```