Skip to content

jeeo/go_simple_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple blog

It's a quite simple blog application that I've used to learn the basics of Golang web developemnt

It's does not properly handle with errors

Running

Pre-requisites

You must have the postgres installed to run this. the database configs are in data/data.go.

All tables schemas are in schemas path

Please use all.sql, but if you need of individual schema, you can use the individuals inside of schemas path

run inside of project folder:

$ go build 

so just starts with

$ ./blog 

the default port that this application is running is 3000

so go to the browser and access http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published