Skip to content

jeremlll/REDMANE_fastapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Commons: FastAPI Backend

Overview

Data Commons is a web application using a fastAPI backend.

Features

  • Authentication: Users can log in and log out. Unauthorized access to specific routes is prevented.
  • Dataset Management: Manage datasets with options to view all datasets or a single dataset.
  • Patient Management: View and manage patient information.
  • Project Management: View all projects or a single project, with a dashboard overview.
  • Responsive Design: The application is designed to be responsive, providing a good user experience across different devices.

Installation

Setup Instructions

  1. Create a python virtual environment:

    python3 -m venv env
  2. Install Libraries:

    Using npm:

    pip install fastapi uvicorn
  3. Run server:

    Connect to venv

    source env/bin/activate
    uvicorn app.main:app --reload --port 8888

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.9%
  • Other 0.1%