Giter VIP home page Giter VIP logo

bruinconnect's Introduction

Bruin Connect

Presentation

The presentation slides are available through Google Slides.

A copy is also included in PDF format.

Software used

The main tech stack is:

  • NodeJS 21 with yarn
  • NextJS 13 using the app router
  • Supabase
  • React
  • Material UI and Emotion CSS

Other third-party libraries used (from package.json):

  • compute-cosine-similarity
  • react-edit-text
  • react-simple-pull-to-refresh
  • react-transition-group
  • server-only

Configuration

Please ensure that you have NodeJS > 21.0.0 installed (it might work with older versions).

This project uses the yarn package manager, which is technically incompatible with NodeJS's default npm. Install yarn using npm i --global yarn.

To install project dependencies, ensure the current working directory is the root and use the command yarn.

This project requires some environment variables to work. Note that the Supabase key is a public key, so no worries about it being on the repo.

Paste these lines into a file named .env in the root of the project.

NEXT_PUBLIC_SUPABASE_URL=https://rfwcuudvpubixktmmbpu.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InJmd2N1dWR2cHViaXhrdG1tYnB1Iiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTgxMjMwNTgsImV4cCI6MjAxMzY5OTA1OH0.CWTRsuUpI62h-N-kGPI9x-M9gKx91FoSaQG4fUFiDYg

There is also an optional environment variable NEXT_PUBLIC_ORIGIN if you want to change the origin that redirects use internally. Note that for some Supabase redirects, notably for reset password, a Supabase URL is used. Thus, locally, reset password will not correctly redirect.

To start the app, use yarn dev and navigate to localhost:3000 in your web browser.

Credits

All images are either owned by the creators of this project or come from Pixabay

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.