Skip to content

v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@rickyhurtado rickyhurtado released this 09 Feb 13:06
· 15 commits to master since this release

Initial Features

Node

  • Version 9.2.1

API

Client

  • package.json version: 0.1.0
  • Powered by Create React App and Bootstrap 3.3 framework and theme
  • Site and admin layouts
  • User auth (non-redux approach) using Sessions database table to store token in API server
  • User redirection after signing in

Docker and Bash Commands

  • With Docker, both the API and client apps can be started using one bash command: ./bin/start
  • See README.md for more custom bash commands available for local development or with Docker