API developed with Express and Prisma
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