Skip to content

ar563/WorldSuperpowers-backend

Repository files navigation

WorldSuperpowers

This is backend code of geopolitical game WorldSuperpowers. Take part in the creation of a powerful geopolitical empire. Trade, fight, work, vote and play.

Installation

  1. customize content inside private folder, sendMail and transporter in utils folder and ecosystem.config.js in main folder (pm2 configuration)
  2. you should have postgresql installed and started
  3. create local copy of starting database
    cp starting_database.sql /tmp/starting_database.sql
  4. get into postgres shell
    sudo -i -u postgres
  5. restore starting database
    psql -f /tmp/starting_database.sql postgres
  6. install pm2
    npm install pm2 -g
  7. Install NPM packages
    npm install
  8. start worldsuperpowers backend
    pm2 start ecosystem.config.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published