Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 992 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 992 Bytes

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