Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

mathias/gnar

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

gnar

Goals

  • Take the functionality of a site like Lobsters or HN and strip it down to its essence.
  • Add functionality to fit how Bendyworks uses awesome
  • Make it super mobile friendly
  • (someday) send daily digest emails automatically instead of having comment threads. (See: awesome_digest)

Technical stuff

  • Hoplon and Castra on Ring
  • HoneySQL for Postgres database
  • Boot for tasks
  • friend is used for its bcrypt wrapper, but is not used as the authentication system.

User auth inspired by tailrecursion/hoplon-demos

Setup

Loading initial DB structure

  1. Ensure postgresql is running.
  2. Run createdb gnar_development
  3. Run psql gnar_development to enter the Postgres shell
  4. Load the DB structure with: \i structure.sql
  5. It should be all set now.

Starting the app

  1. Install boot if you haven't already
  2. Run boot gnar-app
  3. Everything should be running! (open http://localhost:8000)

License

Copyright © 2014 Matt Gauger

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Super simple social links thingie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published