Manipal-OSF / database

An interactive interface to the OSF supabase database

Home Page:https://admin.manipalosf.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

database

An interactive interface to the OSF supabase database

Development

Prerequisites

Setup

  • Create a fork and clone the repository
  • Open the cloned repository in your editor of choice and access the terminal
  • Move to the api directory - cd api
  • Create a new file - Secrets.toml and populate it as per .env-example
    • Note - only the variables marked DEV and the SECRET variable are required for dev
  • Run the project - cargo shuttle run
  • Access the API using something like Postman or by running the frontend locally.

About

An interactive interface to the OSF supabase database

https://admin.manipalosf.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 51.0%Language:Svelte 34.2%Language:TypeScript 13.2%Language:HTML 1.2%Language:CSS 0.3%