5tarlight / Damascus

Looking for developer-friendly blog? Damascus will do it for you! Take your damascus knife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Looking for developer-friendly blog? Damascus will do it for you! Take your damascus knife

License:MIT License


Languages

Language:TypeScript 88.8%Language:SCSS 7.9%Language:JavaScript 2.1%Language:HTML 1.0%Language:Shell 0.1%