Giter VIP home page Giter VIP logo

capstone-backend-bootcamp's Introduction

Kaibo - 建築士の相棒

Table of Contents
  1. Description
  2. Features
  3. Built With
  4. Rationale for Technologies
  5. Repo Links
  6. Pre-requisites
  7. Installation
  8. Starting the Application

Description

An intuitive assistant for architects that aids them with building regulations

Kaibo is an app that serves as an assistant to architects, helping architects to navigate through the multiple intractable webs of building regulations.

It will provide checklists for monitoring compliances with regulations from different technical agencies, provide an interactive 3D display for architects to intuitively understand the context of the regulation, and answer any ad-hoc questions regarding regulations that architects may have - i.e. questions that the authorities cannot give a clear answer for quickly.

A community of architects will be engendered in this platform - i.e. architects will have a platform to ask their questions, under the guidance of officers from the different technical agencies.

Features

1. Authentication

Users are authenticated either via their emails or google accounts.

Gif - Part 2

2. 3D Model Display

Users can view reference 3D models of different building types with annotations to understand the contexts of various regulatory clauses with visual aids.

Gif - Part 3

3. Checklist

By entering the details of a building profile, users can generate checklists of relevant regulatory clauses that pertains to the building profile, and monitor the progress on complying with the clauses.

Gif - Part 1

4. Chat Bot

A chat bot integrated with ChatGPT provides a platform for the users to ask ad-hoc questions about any regulatory clause that they may need urgent clarification for.

Git - Part 4

5. Forum

The forums provide users with a medium to form a community to assist each other on the understanding of any regulatory clause that they may have questions about. Officers from the technical agencies may also use this platform to answer the users' queries.

Git - Part 5

6. Profile

Users can update their personal details and these details would be propagated to other components of the app.

Git - Part 6

7. Support

Users can enter the relevant queries in the contact form and the submission of the form would send an email to the system administrators or officers from the relevant technical agencies.

Gif - Part 7

8. Circulars

Users can view a summary of the lists of the latest circulars from different technical agencies to be up to date on the newest regulations.

Gif - Part 8

8. Map

By entering the postal code of any address, users will be able to obtain the planning parameters for the searched address.

Gif - Part 9

Built With

  1. ReactJS
  2. Auth0
  3. Three.js
  4. ChatGPT
  5. Three.js
  6. Tailwind CSS
  7. Cheerio.js
  8. Firebase Storage
  9. Express.js
  10. Sequelize/ PostgreSQL

Rationale for Technologies

Three.js

Three.js, along with React Three Fiber and React Three/ Drei, were used to render and visualize the 3D models. These libraries tailored to React allow 3D models to be scalable, rotatable, zoomable, and annotatable.

Cheerio.js

This library/ npm package allows easy real-time web scraping of target sites.

Sequelize/ PostgreSQL

A SQL database was used, due to the complexity of the datasets and the multiple relations that each dataset had to have with the other datasets. With relations made via multiple junction tables, data can be queried easily in the desired format.

DB Schema - Capstone - Project 4_Page_2

Pre-Requisites

In order to run this application, you will need to install PostgreSQL and Sequelize in your terminal.

You will need to obtain the following APIs and include the keys in the .env files for the frontend and backend repos: -

  • Auth0
  • Formspree
  • Firebase
  • ChatGPT
Refer to the .env sample files for the desired formats.

3D models are not included in these repositories, hence you will have to obtain your own 3D models in .glb format and place them in the public - "models" folder.

Installation

`npm i`

Once you have forked both the frontend and backend repos, run "npm i" in the respective terminals to download all the relevant dependencies.

`npx sequelize db:migrate`

Create a new database in your PostgreSQL terminal, and run "npx sequelize db:migrate" in the backend repo directory in the backend terminal to migrate the relevant tables.

`npx sequelize db:seed:all`

Once all the tables have been migrated successfully, run "npx sequelize db:seed:all" in the backend repo directory in the backend terminal to seed all seeded data from the seeded files.

Starting the Application

`npm start`

Run "npm start" for both frontend and backend repos in separate terminals.

The backend server will run in http://localhost:3000, while the frontend display will run in http://localhost:3001.

`node webscraper.js`

Run "node webscraper.js" in the backend repo directory in a separate backend terminal to run the web scrapper for the Circulars page.

The page will reload when you make changes.
You may also see any lint errors in the console.

capstone-backend-bootcamp's People

Contributors

yuj8fuj6 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

flashrob

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.