An open API service indexing awesome lists of open source software.

https://github.com/sixtusonyedibe/mx-stat

MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.
https://github.com/sixtusonyedibe/mx-stat

chartjs flask javasript nextjs python

Last synced: 2 months ago
JSON representation

MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.

Awesome Lists containing this project

README

          

# MX STAT
MX-Stat is a data analysis app that empowers you to track and optimize your yearly performance. Input your data for the year with ease and uncover valuable insights instantly. With MX-Stat's intuitive graphs, discover your standout months, best-performing products monthly, yearly, and even during specific seasons.

## Libraries/Frameworks/Modules

This project uses:

- Nextjs
- Flask

### Python Flask Backend

- `cd backend`
- `pip install -r requirements.txt`
- `python run.py` or `python3 run.py`

### Running the React Frontend

- `cd frontend`
- `npm i`
- `npm start dev`