Skip to content

TimelordUK/todo-with-nextjs_msnodesqlv8

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published