Skip to content

Library web application based on Golang and MySQL

Notifications You must be signed in to change notification settings

Denislite/library_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibraryApp

Web application for my golang course.


Installation

  1. Clone this repository
  2. Download and install MySQL (You can skip this step if already installed).
  3. Create database with tables from pkg/models/sql/librarydb.sql
  4. Configure config.env with your db and mail data (like an config.env.example)
  5. Run go build ./cmd/web to build the executable file.
  6. Run/execute generated program via ide or terminal go run ./cmd/web
  7. Open your web browser, and navigate to 127.0.0.1:8000

About

Library web application based on Golang and MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages