Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (29 loc) · 670 Bytes

readme.md

File metadata and controls

37 lines (29 loc) · 670 Bytes

URC Base Station

Overview

The URC Base station... //TODO

Running

To run the front end:

  • cd frontend
  • yarn start

To run the backend:

  • cd backend
  • python manage.py runserver
Dependencies
  • Python3
    • django
    • djangorestframework
    • django-cors-headers
  • Nodejs (>10.0.0)
  • npm
    • create-react-app
  • yarn
    • axios
    • react
    • react-dom
    • react-scripts
    • bootstrap
Repository Contents
  • /Documents - General project documents
  • /Software - The software for the base station
Authors
  • Thomas J. Hall tjh2822