Run the following command to install dependencies:
npm install
This project depends on some environment variables.
If you are running this project locally, create a .env
file at the root for these variables.
Your host provider should included a feature to set them there directly to avoid exposing them.
Here are the required ones:
# DATA SOURCE
DB_URI = ''
# SECURITY ACCESS KEYS
JWT_KEY = ''
#Gemini API Key
API_KEY = ''
ADMIN_PSWD = ''
Run the following command to run the project:
npm run admin
npm run dev