cosmopolis

1.2.0 • Public • Published

cosmopolis

HTML Game about city management.

DEBUG=cosmopolis:* npm start

Database creation

  • Execute the psql in admin mode (as user postgres)
sudo -u postgres psql

  • Create the database, please change the default password
CREATE USER cosmopolis WITH PASSWORD '9a917927-f88e-4819-9abb-97c52f56d3b8';
CREATE DATABASE cosmopolis;
  • now you can login as a standard user with --username=cosmopolis
psql -h localhost --username=cosmopolis # this will ask for password
  • List Tables

\dt


Links

Preferred GUI client: https://www.beekeeperstudio.io/

ORM Docs https://sequelize.org/master/manual/getting-started.html

/cosmopolis/

    Package Sidebar

    Install

    npm i cosmopolis

    Weekly Downloads

    0

    Version

    1.2.0

    License

    GPL-3.0

    Unpacked Size

    6.14 MB

    Total Files

    87

    Last publish

    Collaborators

    • catpea