Go to file
Malar Kannan 138f224fd0 completed requirement.txt and updated README.md 2017-08-10 10:32:33 +05:30
app completed - todo cleanup requirements.txt 2017-08-10 10:24:18 +05:30
config implemented add post - todo create paragraphs 2017-08-09 13:53:19 +05:30
public initial boilerplate import 2017-08-09 10:50:04 +05:30
scripts implemented add post - todo create paragraphs 2017-08-09 13:53:19 +05:30
src completed - todo cleanup requirements.txt 2017-08-10 10:24:18 +05:30
.gitignore integrated flask template 2017-08-09 12:13:31 +05:30
README.md completed requirement.txt and updated README.md 2017-08-10 10:32:33 +05:30
SPEC.md initial boilerplate import 2017-08-09 10:50:04 +05:30
package-lock.json implemented add post - todo create paragraphs 2017-08-09 13:53:19 +05:30
package.json implemented list view for posts 2017-08-10 01:46:22 +05:30
requirements.txt completed requirement.txt and updated README.md 2017-08-10 10:32:33 +05:30
run.py integrated flask template 2017-08-09 12:13:31 +05:30
run.sh completed requirement.txt and updated README.md 2017-08-10 10:32:33 +05:30
setup.sh completed requirement.txt and updated README.md 2017-08-10 10:32:33 +05:30
tsconfig.json initial boilerplate import 2017-08-09 10:50:04 +05:30
tsconfig.test.json initial boilerplate import 2017-08-09 10:50:04 +05:30
tslint.json completed - todo cleanup requirements.txt 2017-08-10 10:24:18 +05:30
yarn.lock implemented list view for posts 2017-08-10 01:46:22 +05:30

README.md

Setup

$./setup.sh creates the virtual env, installs python and node module dependencies.

Running

$./run.sh opens the browser pointing to the frontend of the blog, it also starts the blog's api server.

The request with prefix /api are forwarded to the api server by the frondtend.