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

Latest commit

 

History

History
14 lines (13 loc) · 192 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 192 Bytes

.env example

DB_HOST=localhost
DB_USER=root
DB_PASSWORD=password
DB_NAME=unusual_api
GOOGLE_CLIENT_ID=from cloud console
JWT_SECRET=generate this

Starting

npm run swc