instaorder

Instaorder is a platform as a service that you can integrate into your business for blazingly fast internal food ordering.

5
0
TypeScript

instaorder_logo

Instaorder is a software as a service that you can integrate into your business for blazingly fast internal food ordering.

Running Locally

  • firstly, you need Node.js installed, download node.

  • we use pnpm as our package manager, install via npm 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 run pnpm 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 on localhost:1433 and Redis running on localhost:6379 (use docker with docker-compose.ymlfile 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.