Skip to content

kybak/label-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Label Editor for MJ Traceability Software


This editor allows printing of inventory data taken from a URL query string.

Requirements

You'll need to first install prisma and pm2

npm install -g prisma
npm install -g pm2

Getting started

# 1. Clone repo
$ git clone https://github.com/kybak/label-editor.git && cd label-editor

# 2. Install dependencies and start process
$ npm install && pm2 start --name "client" npm -- start

# 3. Navigate into the `server` directory, initialize and start server
$ cd server && npm install && prisma deploy
$ pm2 start --name "server" npm -- start
# or yarn dev which starts a GraphQL Playground at localhost:4000:playground
$ yarn dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published