This is an idea for a Twitter clone for programmers, similar to how Dribbble is twitter for designers. It'll most likely not feature any images other than people's avatars, and no videos, or audio. Just text. 'Cause we're coders.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw 10476b509c If you're wondering how to lock a version then you use the replace line in this commit: replace github.com/air-verse/air => github.com/air-verse/air v1.62.0 3 days ago
admin Initial commit with a simple starter UI for mobile. 3 weeks ago
api Implement posting a message. 2 weeks ago
common Initial commit with a simple starter UI for mobile. 3 weeks ago
config Initial commit with a simple starter UI for mobile. 3 weeks ago
data Implement posting a message. 2 weeks ago
migrations I can now see a user's feed, see the message, and have everything ready for posting and replying. 2 weeks ago
pages More complete UI prototype laid out and ready to get working. 2 weeks ago
static And now you can view a post. 2 weeks ago
tests Initial commit with a simple starter UI for mobile. 3 weeks ago
views And now you can view a post. 2 weeks ago
.air.toml Initial commit with a simple starter UI for mobile. 3 weeks ago
.gitignore Initial commit with a simple starter UI for mobile. 3 weeks ago
LICENSE Initial commit with a simple starter UI for mobile. 3 weeks ago
Makefile If you're wondering how to lock a version then you use the replace line in this commit: replace github.com/air-verse/air => github.com/air-verse/air v1.62.0 3 days ago
README.md Initial commit with a simple starter UI for mobile. 3 weeks ago
config_example.toml Initial commit with a simple starter UI for mobile. 3 weeks ago
go.mod If you're wondering how to lock a version then you use the replace line in this commit: replace github.com/air-verse/air => github.com/air-verse/air v1.62.0 3 days ago
go.sum If you're wondering how to lock a version then you use the replace line in this commit: replace github.com/air-verse/air => github.com/air-verse/air v1.62.0 3 days ago
main.go Initial commit with a simple starter UI for mobile. 3 weeks ago
ssgod.toml More complete UI prototype laid out and ready to get working. 2 weeks ago

README.md

Go Web Starter Kit

This is a fairly complete web development starter kit in Go. It tries to be as simple as possible without leaving out modern features like reactive UIs and database migrations. A primary thing that's included is working authentication, since that's the main thing holding people back when they first start, and also the easiest to get wrong.

In fact, if you look at how I do it in this first version it is WRONG so do not use this in production yet until I can make it correct. Just use it to learn for now.

Getting Started

Programmers hate duplication so if you want the instructions read the index.md file in pages.