Skip to content

WebJamApps/WebJamPg

Repository files navigation

Web Jam PG

Initial Setup

  • Copy the .env.example file and paste it as .env file. Make any changes as you see fit for credentials.

  • If you first start docker and it makes the uploads folder, it will be locked. Run the following command so that the app can create a logs subdirectory sudo chmod 777 -R ./uploads

pgAdmin

  • pgAdmin is accessible at http://localhost:3400

      -   Username: admin@web-jam.com
      -   Password: password
    

  • Configuration for pgAdmin to create a new server and connect to postgres is as follows:

      -   Host name: wj-pg-db-service
      -   Port: 5432
      -   Maintenance database (dbname): webjam
      -   Username: root
      -   Password: password
    

About

Nodejs api for PostgreSQL using Sequelize ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published