C-Buy_Backend

Build Status

DB automation: create table produce ( id int auto_increment primary key unique, name varchar(1000) not null, description varchar(1000) not null, stock int not null, photo varchar(1000) not null );