snoopcoder / ToDoList

ToDoList with Koa and React client (Testing work)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoList

ToDoList with Koa + PostgreSQL and React client (Testing work)
ToDoList на Koa +PostgreSQL и клиентом на React

DB create

DB create scripts in \install folder

Config

Config for DB in \config\default.json

{
  "app": {
    "name": "testingtasks",
    "version": "0.0.1"
  },  
  "database": {
    "tasklist": {
		"user": "postgres",
		"password": "TypePassThere",
      		"host": "TypeServerAddrThere",
		"port": "5432",	
      		"database":"tasklist"       		
    }
  }
}

Buid

Webpack and Babel config included

Client build:

$ npm run build

Run

$ npm start

or

VSCode launch config included ... Enjoy)

About

ToDoList with Koa and React client (Testing work)


Languages

Language:JavaScript 99.7%Language:HTML 0.3%Language:CSS 0.0%