Skip to content
Trung Kien edited this page Jun 6, 2024 · 2 revisions

How to setup project

Server Setup

Step 0: Setup Spring Boot Environment

Step 1: Clone Blankcil API Repository

git clone https://github.com/K0l4s/blankcilapi.git

Step 2: Create Firebase Project

Step 3: Add Firebase Environment variables

Step 3: Install FFMPEG

Download Here

Step 4: Setup FFMPEG

Step 5: Run Server

Client Setup

Step 0: Install NodeJS environment

Install Here

Step 1: Clone Blankcil UI Repository

git clone https://github.com/K0l4s/blankcilUI.git

Step 2: Open code by VSCode

Step 3: Open Terminal

Step 4: Edit Server IP

File direction: ./src/api/endpoint.js

Change const apiPath = 'http://localhost:9090/api/v1/'; to your path example const apiPath = 'https://garfish-fleet-marmot.ngrok-free.app/api/v1/';.

Step 5: Run Client

npm start

How to setup

Feature

Authetication

Clone this wiki locally