blake365 / typescript_promisance

Promisance server with Express, TypeORM, Postgres

Home Page:https://www.neopromisance.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Promisance Typescript Server

Built for NeoPromisance, playable at https://www.neopromisance.com

Based on the QMT Promisance 4.81

Ported from PHP to javascript using node, express, typeORM, etc.

This repo is the node server for the game NeoPromisance. It is intended to be paired with the react front end.

The server includes authentication, database schemas, and game logic. Game features include: Turn based game play, alliances, diplomacy, player driven market, in game messages and more.

Steps to run this project:

  1. Run npm i command
  2. Setup database settings inside ormconfig.json file
  3. Run npm run dev command

"typeorm": "0.2.41",

About

Promisance server with Express, TypeORM, Postgres

https://www.neopromisance.com


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%