Jimm1337 / uni_mobil_p

Back-end for uni internet apps project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Back-end for uni internet apps project.

License:Apache License 2.0


Languages

Language:C++ 62.8%Language:PLpgSQL 15.9%Language:Vue 15.4%Language:CMake 3.8%Language:JavaScript 1.3%Language:Dockerfile 0.4%Language:HTML 0.4%