/narutoQL

Primary LanguageTypeScriptMIT LicenseMIT

NarutoQL

Introduction

This was built live on twitch so it is far from perfect.

You can also view the live documentation

Getting Started

Make sure you have docker installed. docker-compose-up (Note: slow reload times on node app (~5s) somebody help? Client reloads fine)

Alternatively,

npm run dev in src/client to run NextJS app

npm run dev in src/server to run Express app

Seed Data

  • Docker flow: docker exec into node container and run npm run seed
  • Or just npm run seed in server directory

Resources