photoshare

package module
v0.0.0-...-8bbccbf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2015 License: MIT Imports: 48 Imported by: 1

README

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/

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Import

func Import()

Import from a given directory. Subdirs will be tags. Title will be filename.

func Serve

func Serve()

Serve runs the HTTP server

Types

This section is empty.

Directories

Path Synopsis
commands

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL