TimelordUK / todo-with-nextjs_msnodesqlv8

demo of next and msnodesqlv8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yarn install

create table in db

create table Task (
	_id int identity(1,1) not null,
	completed int not null,
	task varchar(200) not null
)

change conStr in utils.dbConnect

yarn dev

About

demo of next and msnodesqlv8


Languages

Language:TypeScript 81.0%Language:CSS 16.6%Language:JavaScript 2.4%