JEKLX-Innovation / sunbursts-backend

0 stars 5 forks source link

JEKLX Innovation

Team

Johnny Backus, Kaitlin Davis, Xin Deng, Errol Vidad, Lana Zumbrunn

Summary of project

This app allows an admin to upload participant data from a .csv file and visualize the data in a circular barplot.

It strives to make analyzing participant data easier for the admin and allow for beautiful and easily digestible data for the admin's clients.

Features

Full Implementation

Partial Implementation

The app also provides database models and partial implementation of additional functionality including:

Known Bugs

Recommended Features

Technical Overview - Django Permissions & Postgresql

This project uses Django and Django Rest Framework together. It builds out a Restful API as well as a user facing site and data in a remote database.

Tech Stack

Getting Started

mkdir myproject
cd myproject
python3 -m venv venv

How to Initialize/Run Application