/GreenBeam

Capstone Project 2022

Primary LanguagePython

GreenBeam

Capstone Project 2022

Frontend

info: React Native project that uses navigation to display different components on the screen

How to use:

  1. cd frontend
  2. install dependecies by executing yarn install
  3. run locally with expo by executing expo start

Backend

info: Django project utilizing Django Rest Framework to create an API

How to use:

Connect Frontend and Backend