narutoQL
narutoQL copied to clipboard
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 execinto node container and runnpm run seed - Or just
npm run seedinserverdirectory