Skip to content

BookHub is a storage website where you can share your books with other users

Notifications You must be signed in to change notification settings

wnderbin/BookHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookHub

image

image

Table of Contents
  1. About the BookHub project
  2. Getting Started
  3. Project structure
  4. License
  5. Author

About the BookHub project

BookHub is a storage website where you can share your books with other users.

Built with:

My Skills

  • Go - Backend
  • Html & Css - Frontend
  • MySQL - DBMS, data storage
  • Bash - Scripts (website launch)

Getting Started

Instructions on how to run a project locally

Dependencies

  • MySQL driver - github.com/go-sql-driver/mysql
  • gorilla/mux - github.com/gorilla/mux

Installation and Launch

git clone https://github.com/wnderbin/BookHub # clone the repository
cd BookHub/scripts # go to the directory with scripts

chmod +x run.bash
./run.bash # running script

!!! Before running the project, make sure that your MySQL database is running with the following parameters:

  • books - user
  • pass - password
  • web_books - database
  • localhost - ip address (127.0.0.1)
  • 3306 - port

Project structure

BookHub: Project directory
    ├─ cmd/web_books - Directory with executable module
    ├─ internal - Additional modules
          ├─ handlers - Directory with handlers
          └─ mysql - Directory with commands for MySQL
    ├─ scripts - Directory with scripts for running the project
    └─ ui - user interface (html/css)

License

Before using the project, it is recommended to read the license

Author:

  • wnderbin

About

BookHub is a storage website where you can share your books with other users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published