Coder Social home page Coder Social logo

joaonunoabreu / roomie Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dizmonteiro/roomie

0.0 0.0 0.0 40.13 MB

Projeto Perfil Engenharia de Aplicações

License: MIT License

Java 48.47% JavaScript 5.77% HTML 0.08% Vue 43.00% CSS 0.84% Python 1.84%

roomie's Introduction

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.

roomie's People

Contributors

vascoalramos avatar ribeiropdiogo avatar dizmonteiro avatar ruimendes29 avatar joaonunoabreu avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.