This software is not free, do not copy or use if have no license.
Requires
- Node 16.x
- FFMPEG
- Redis
- Mongodb
- Go to api folder, create
.env
file fromconfig-example > env > api.env
- Replace with your configuration
- Run
yarn
to install dependecies - Run
yarn dev
for dev env oryarn start
from prod env
- Go to user folder, create
.env
file fromconfig-example > env > user.env
- Replace with you configuration
- Run
yarn
to install dependecies - Run
yarn dev
for dev env oryarn build && yarn start
from prod env - Open browser and enter
localhost:8081
with 8081 is default port
- Go to admin folder, create .env file from
config-example > env > admin.env
- Replace with your configuration
- Run
yarn
to install dependecies - Run
yarn dev
for dev env oryarn build && yarn start
from prod env - Open browser and enter
localhost:8082
with 8082 is default port
- Adent.io [email protected]
- Tuong Tran [email protected]