Skip to content

jsgovea/GopherBeats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Install go

To install Go on windows download the latest release offical page

Restart the terminal/cmd. Verify the installation by typing in your cmd

go version

Run program

Clone the repository

git clone https://github.com/jsgovea/GopherBeats.git

To ensure you have the dependencies for the project by running

go mod download

If nothing prints to the console it means everything is installed.

Once the required packages are installed run the program

go run main.go

Use your preferred browser to open the site

http://localhost:8080/

Project structure

A regular MVC pattern for simplicity.

.
├── controllers               # Application logic
├── models                    # Database models
├── static                    # Everything related to JS & CSS goes here
├── utils                     # Tools and utilities
├── views                     # Server-rendered HTML 
├── main.go                   # Compiles the application and run it
└── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published