Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 643 Bytes

Glassy Skeleton

CircleCI

Optional Base source code for building an API with Glassy Framework, that example include a user creation, show and authentication with JWT.

Installation

git clone --depth=1 --branch=master [email protected]:glassy-framework/glassy-skeleton.git mynewproject
rm -rf ./mynewproject/.git

Usage

cp .env.example .env
docker-compose up

You can start playing!

Contributors