nhatduypham1993 / anime-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is the backend base of vimox

Branches

  • develop -> any pull request of changes this branch
  • main -> don´t modify, this is what is running in production

How to run locally

$ npm install
$ npm run dev

Set enviroment variables .env.development | .env.production

DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
SECRET_JWT=
SECRET_REFRESH_JWT=
SECRET_RESET_PASSWORD=
SENDGRID_API_KEY=
ORIGIN_CLIENTS=
SENDGRID_CLIENT=
Name Description Example
DB_NAME Database name mongo
DB_USER Database user mongo
DB_PASSWORD Database password mongo
DB_HOST Database host mongo
SECRET_JWT Secret key to sign the token
SECRET_REFRESH_JWT Secret key to sign refresh token
SECRET_RESET_PASSWORD Secret key to sign password reset token
SENDGRID_API_KEY Api key of Sendgrid
ORIGIN_CLIENTS Whitelist of clients that will not be blocked by cors http://localhost:3000 or http://localhost:3000~http://localhost:4000
SENDGRID_CLIENT Frontend client url http://localhost:3000

How to create an administrator

$ npm run scripts

And select option Create user admin

About

License:MIT License


Languages

Language:TypeScript 99.2%Language:Shell 0.7%Language:JavaScript 0.1%