Table of Contents
BookHub is a storage website where you can share your books with other users.
- Go - Backend
- Html & Css - Frontend
- MySQL - DBMS, data storage
- Bash - Scripts (website launch)
Instructions on how to run a project locally
- MySQL driver - github.com/go-sql-driver/mysql
- gorilla/mux - github.com/gorilla/mux
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
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)
Before using the project, it is recommended to read the license
- wnderbin