https://github.com/jusemon/printergram-api
Server side utilities for printergram
https://github.com/jusemon/printergram-api
Last synced: about 1 year ago
JSON representation
Server side utilities for printergram
- Host: GitHub
- URL: https://github.com/jusemon/printergram-api
- Owner: jusemon
- License: mit
- Created: 2023-09-07T20:28:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T23:04:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T08:15:24.680Z (over 1 year ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Printergram API
## About
Includes some server side helpers for the Printergram Web App
## Installation
For run locally it needs a .env file with the environment variables defined in
the .env.example
ALLOWED_ORIGINS includes a comma separated list for the allowed CORS sites.
Install dependencies witn `npm install` or `yarn`
To start the project run `npm run dev` or `yarn dev`