miguelpel / houses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test-project

This project is written in React, and was boothstrapped using create-react-app.

The Baas is from Firebase, using Realtime Database for data storage, and Storage for the pictures storage.

The running prototype can be found here

To run the project locally, be sure to have Node.js and npm installed. After cloning, and inside the houses folder, type in CLI:

npm install

then, type:

npm start

A local server will start at http://localhost:3000.

Here below is a picture of the structure of the Database. Each Like and Hate are stored in both the house's opinions with a reference to the user, and the user's opinions with a reference to the house. This allows further development, like querying for all the houses a user likes.

alt text

About


Languages

Language:JavaScript 90.2%Language:CSS 6.4%Language:HTML 3.3%