Skip to content

farislx/GalleryApp-GO-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Below steps are necessary

1. create table imageinfo for storing data
 CREATE TABLE `imageinfo` (
        `id` INTEGER PRIMARY KEY AUTOINCREMENT,
        `title` VARCHAR(64) NULL,
        `filename` VARCHAR(64) NULL,
        `description` VARCHAR(64) NULL
    );
2.build and run

About

Use Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages