Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.
/ Roomie Public archive

Projeto Perfil Engenharia de Aplicações

License

Notifications You must be signed in to change notification settings

dizmonteiro/Roomie

Repository files navigation

Roomie

Projeto Perfil Engenharia de Aplicações

Low-Fidelity Prototype

To access the prototype:

  • inspect prototype folder to see its static representation with images
  • interact with the dynamic prototype, here.

Backend

Prerequisites

The following software is required to be installed on your system:

  • JDK 11+
  • PostgreSQL

How to Run

Create Database and User

sudo -u postgres psql
postgres=# create database roomie;
postgres=# create user roomie with encrypted password 'passw0rd';
postgres=# grant all privileges on database roomie to roomie;

Run Project

Execute (in IntelliJ) by running RestApiApplication.java file.

Create DB Schema

Execute endpoint http://localhost:8083/api/admin/create-db.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Projeto Perfil Engenharia de Aplicações

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors