Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 657 Bytes

Pixel Art

A work-in-process social media platform with a feed, follower system, custom avatar creator, and content favoriting.

Feed User page
Feed User page

Technical

Server

Migrations

$ export DATABASE=postgres://postgres:password@localhost:5432/postgres?sslmode=disable
$ migrate -path migrations -database "$DATABASE" command # (See help)