hackable
v1.3.0
Published
[](https://travis-ci.org/uptownhr/hackable) [](https://david-dm.org/uptownhr/hackable) [
- Passport
Features
- Login
- Email / Password
- Twitter, Github, Facebook, Gmail
- Admin
- Users
- Posts
- Projects
- Products
- Files
- Website
- Landing Page
- Projects
- Products
- Blog
- Landing Page
Getting Started
The easiest way to get started and the workflow we recommend is using docker. Docker handles the service depencies for the application to run. For example, Mongodb and Redis will be started and connected to the application automaticlaly. You do not have to worry about installation steps or muddying your host machine with additional services.
If you have docker available, you can get started in two steps.
Steps
- git clone git@github.com:uptownhr/hackathon-starter-lite
- cd hackathon-starter-lite
- docker-compose up
- visit http://localhost:3000 on your browser *if running docker on osx/windows, you'll use the vbox IP instead of localhost