Optional Base source code for building an API with Glassy Framework, that example include a user creation, show and authentication with JWT.
git clone --depth=1 --branch=master [email protected]:glassy-framework/glassy-skeleton.git mynewproject
rm -rf ./mynewproject/.git
cp .env.example .env
docker-compose up
You can start playing!
- Anderson Danilo - creator and maintainer