Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 334 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 334 Bytes

Glynet Backend

API developed with Express and Prisma

Installation

Glynet requires Node.js v10+ to run.

Install the dependencies and Looplens and start the server.


Development

cd glynet-backend
yarn
yarn dev

Build & Run Production

cd glynet-backend
yarn
yarn build
yarn start