-
Notifications
You must be signed in to change notification settings - Fork 0
Home
damien chapart edited this page Jun 17, 2023
·
2 revisions
Deployed on Vercel at https://api-perf-n-zen.vercel.app/
- npm
npm install npm@latest -g- node
npm install node@latest -g- Clone the repo
git clone https://github.com/perf-n-zen/api.git- Install NPM packages
npm install- Create a
.envfile and add the following variables
DATABASE_URL="postgresql://<username>:<password>@<host>:<port>/<database>?schema=<schema>"
PORT=3000
ACCESS_TOKEN_SECRET=424XXXXXXXX
REFRESH_TOKEN_SECRET=424XXXXXXXX- Run the project
npm run devDistributed under the MIT License. See LICENSE for more information.