Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 430 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 430 Bytes

Hacker Tracker

Node.JS Hackerspace System

Dependencies

  1. Postgres
  2. Node.JS
  3. NPM
  4. ExpressJS
  5. AsyncJS
  6. Redis

Getting Started

  1. Install Postgres
  2. Configure Postgres
  3. Create User
  4. Create Database
  5. Import Schema
  6. Pull in dependency packages
  7. npm install
  8. Set up your configure file
  9. cp config.template.js -> config.js
  10. Put your information in, this will never be pushed...ever