Skip to content

User interface for Astraeus - a multipurpose board designed for advanced avionic systems built using the libhal open source embedded framework

Notifications You must be signed in to change notification settings

naterpotatoers/Astraeus-UI

Repository files navigation

Astraeus-UI

Interface for a multipurpose board designed for advanced avionic systems built using the libhal open source embedded framework.
astraeus-ui-demo

Running the frontend locally

  1. Make sure you're in the root directory and have node installed
  2. Install dependencies
    npm install
  3. Run the app
      npm run dev
  4. Open http://localhost:5173/ with your browser to see the result.

Running the backend locally

  1. Navigate to the backend directory
    cd server
  2. Install dependencies
     npm install
    1.5 Might need to build the app
     npm run build
  3. Run the app
    npm start
  4. Open http://localhost:3000/ with your browser to see the result.
  5. Send POST requests to http://localhost:3000/ with a json body like so:
    {
      "text": "Your text here"
    }
  6. Retrieve the response from the server by making GET requests to http://localhost:3000/

About

User interface for Astraeus - a multipurpose board designed for advanced avionic systems built using the libhal open source embedded framework

Resources

Stars

Watchers

Forks