An open API service indexing awesome lists of open source software.

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

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`