Skip to content

Library Management System CRUD application built using Go, React JS, and MySQL

License

Notifications You must be signed in to change notification settings

raihannf/library-management-system

Repository files navigation

CRUD - React - GO - MySQL

M. Raihan Naufal Fawwaz (2204055) - PIK 3B - Pemrograman Internet

Backend local setup

Initialize the Go project using the following command:

go mod init backend

Adding the modules required for the project:

go get github.com/gorilla/mux
go get github.com/go-sql-driver/mysql

Run the backend app

go run main.go

Frontend local setup

Step 1: The npm install installs all modules that are listed on package.json file and their dependencies

npm install

Step 2: Run the Frontend application

npm start

Access the URL via browser - http://localhost:3000

About

Library Management System CRUD application built using Go, React JS, and MySQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published