repositorypackage
0.0.0-20220403002203-5e90069b9a12
Repository: https://github.com/chamod-github/pcshowdown.git
Documentation: pkg.go.dev
# README
PCShowdown
A website that lets users add, edit, and remove PCs.
Users can share links to PCs with others or browse PCs.
Uses a RESTful API to retrieve and accept data.
Technologies used
Backend
Frontend
Screenshots
Usage
Prerequisites
-
Install the latest version of NPM
npm install npm@latest -g
-
Install the latest version of Golang
Installation
-
Install NPM packages
npm install
-
Install Goose
go get -u github.com/pressly/goose/cmd/goose
Initialization
-
Go to migrations directory
cd migrations
-
Initialize the database
[goose directory] sqlite3 ../pcshowdown.db up
-
Go back to main directory
cd ..
-
Run the go program
go run .
-
Visit http://localhost:1337 from your web browser.