/uni_mobil_p

Back-end for uni internet apps project.

Primary LanguageC++Apache License 2.0Apache-2.0

UNI_MOBIL_P

! Warning !

This should not be deployed in production because of security issues.

Description

This is the complete social app that allows users to share places they've visited, post comments on them, explore other places and track the user ranking.

Build and deploy

1. Setup database

  • Install postgres
  • Run sql/MIGRATE_postgres_001.sql as postgres once
  • Run sql/MIGRATE_mobil_001.sql as Supervisor (password: Supervisor) once

2. Docker

  • Install docker
# docker build -t uni_mobil_p .
# docker run -p 8080:8080 --expose 5432 uni_mobil_p

Docs