Instaorder is a software as a service that you can integrate into your business for blazingly fast internal food ordering.
-
firstly, you need
Node.js
installed, download node. -
we use
pnpm
as our package manager, install vianpm install -g pnpm
if not already installed. -
clone this monorepo by running
git clone https://github.com/notEpsilon/instaorder.git
-
cd
into the cloned folder and runpnpm install
to install dependencies. -
run
pnpm --filter=server compile:watch
&&pnpm --filter=server dev:watch
in seperate terminals to start the server. -
run
pnpm --filter=client dev
to run the client. -
note: you need a
MSSQL Server
running onlocalhost:1433
andRedis
running onlocalhost:6379
(use docker withdocker-compose.yml
file in the repository). -
client should start now, navigate to
http://localhost:5173
This browser does not support PDFs. Please download the PDF to view it: Download PDF.