Build and Run Guide
A. Running Locally without Docker
git clone https://github.com/PSMRI/ubi-strapi-provider.git cd ubi-strapi-provider/strapi nvm use 18 # Ensure correct Node version npm install # Using npm as specified in project setupcp .env.example .env# Strapi DB DATABASE_CLIENT=postgres DATABASE_HOST=127.0.0.1 DATABASE_PORT=5432 DATABASE_NAME=uba_provider DATABASE_USERNAME=strapi_db_user DATABASE_PASSWORD=strapi_db_pass # Strapi Secrets (Generate using: openssl rand -base64 32) JWT_SECRET= APP_KEYS= API_TOKEN_SALT= ADMIN_JWT_SECRET= TRANSFER_TOKEN_SALT=docker-compose up postgres -dcd strapi npm run develop # Using npm as specified in project setup
B. Running with Docker
Access Points
Project Structure
Reference Documentation
Important Notes
Last updated
