Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (44 loc) · 962 Bytes

README.md

File metadata and controls

62 lines (44 loc) · 962 Bytes

Damascus

Damascus is a website specialized in commisions. Art, music or whatever, sell your ability.

Damascus Logo

Installation

Requirements

  • Node.js (14 or higher recommended)
  • yarn
  • MariaDB

Ports

Please open ports below

  • 80 - Production frontend
  • 3000 - Development frontend (Optional)
  • 5676 - Prod and Dev backend
  • 5677 - Prod and Dev file server

Configs

  • .env
  • Database.ts
  • chat.js

Set up

  • Front-end
cd frontend
yarn
yarn build
yarn global add serve
yarn serve
  • Back-end
cd backend
yarn
(apply db.sql to your mariadb server)
(make user 'damascus' identified by 'damascus1234' and grant all previleges in damascus for 'damascus')
yarn start
  • File Server
cd file-server
yarn
(mkdir files/profile)
yarn start

Author

YEAHx4 (5tarlight)