Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

danjac/photoshare

Repository files navigation

Photoshare is a learning app for Go and ReactJS.

The final aim:

  • User can create posts with photos.
  • User can make posts private/public.
  • Other users can comment on posts.
  • User can switch comments on/off.
  • Simple search.
  • Email user when someone comments on their posts.
  • RSS feeds on all posts.
  • Admins can edit/delete all posts and enable/disable user accounts.
  • Users can sign up/in with at least one oauth client (Google, Facebook, Twitter)
  • Runs on PostgreSQL backend.
  • Twitter Boostrap-based design (yawn, but I'm not a designer...)
  • Fully tested (or as much as possible) in front and backend.
  • We can host the whole thing on Heroku/S3.

Of course not all of the above will happen at once, rather incremental steps.

Getting started

You need Go (1.5), node.js/npm and PostgreSQL (9.1+).

  • make
  • Set the correct environment variables. See sample_env for a template.
  • npm install bower && bower install
  • go get bitbucket.org/liamstask/goose/cmd/goose
  • Copy and db/db.yml.sample to db/db.yml and edit to point to the correct databases.
  • goose -env=development up
  • ./bin/serve

Tested on Chrome and Firefox 40+.

Loading image (img/image-loading.png) created using http://dummyimage.com/

About

Learning app for Go and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages