Skip to content

A website built with Go, where users can find mathematical proof and answers to common calculation problems.

Notifications You must be signed in to change notification settings

ludw1gj/mathfever-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathFever

A website built with Go, where users can find mathematical proof and answers to common calculation problems.

Project Dependencies

Golang >=1.8
gorilla/mux
oxtoacart/bpool

Setup Notes

# Get the code and dependencies
go get github.com/gorilla/mux
go get github.com/oxtoacart/bpool
go get github.com/ludw1gj/mathfever-go

# Navigate to the github.com/ludw1gj/mathfever-go directory
cd {GO-PATH}/github.com/ludw1gj/mathfever-go

# To run the project without building (access via localhost:8000)
go run main.go

# To build the project (access via localhost:8000)
go build
./go-mathfever

About

A website built with Go, where users can find mathematical proof and answers to common calculation problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published