go-lemonilo

command module
v0.0.0-...-bddbd42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2020 License: MIT Imports: 3 Imported by: 0

README

Go-Lemonilo

Golang CRUD Lemonilo

Installation

1. go get "github.com/astaxie/beego"
2. go get "golang.org/x/crypto/bcrypt"
3. go get "github.com/go-sql-driver/mysql"
4. go get "github.com/astaxie/beego/orm"

Database

" create or replace table users
(
  id int (6) unsigned auto_increment
  primary key,
  name varchar (30) not null,
  email varchar (30) not null,
  address text null,
  password varchar (250) not null
); "

Config

update config at conf/app.conf with your database

Running

go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL