Still WIP.
- Use middleware or something for Authentication
- Remove 'any' type from epic
yarn install
yarn dev
Enable your kubernetes cluster and run following command.
make run-next
Requirements:
make init
# MySQL will run your local (port: 32000, user: root, pw: root)
make install-mysql
make migrate-up
if you'd like to remove all, just run
make cleanup
Make sure you have run make init
, make install-mysql
, make migrate-up
and install skaffold.
make dev