1.0.0 • Published 1 year ago

schenim v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

oxs-server

Dockerized Usage

Pre-running

after you have those you can then click the bottom left icon

image

and click Reopen in container image

this will reopen the vscode, and 3 containers will be created

  1. oxs-server (on the first time all the npm packages will be installed)
  2. redis
  3. mongodb

the redis DNS name is: redis the mongodb DNS name is: db

there is also port forrwording to your local mechine you can see those under the ports tab image

App:

set on env file:

DB_NAME='schenim?authSource=admin'

DB_IP='db:27017'

REDIS_HOST = 'redis'

npm run dev

Open Browser:

localhost:8081


Admin:

Run Admin Server:

npm run admin

Build Admin Client:

cd admin
npm run build

Open Browser:

localhost:8082