Skip to content

vaernion/kyrrefarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyrrefarm Netlify Status

REST API that retrieves text files inside a private network.

React frontend to view stats from certain reports retrieved using the server.

Todo

  • web
    • KC health: annualized inflation rate (reduce reports income & expenses)
    • per site overview
    • graphs
    • summary of all companies
    • localstorage favorite company
  • api
    • routes
    • caching
    • ssh & curl
    • HATEOAS

Config

Server env

  • SSH_HOST
  • SSH_USER
  • SSH_KEY
  • DEMO_DATA (truthy or falsy)

Build

Server

cd server
npm i
npm run build

Client

cd client
npm i
npm run build

Dev

Dev Server

cd server
npm i
npm start

Dev Client

cd client
npm i
npm start

API

method endpoint description
get /companynames get all company names
get /reports get all company reports
get /reports/:companyName get a specific company's reports

About

REST API that retrieves text files inside a private network & React frontend to view stats from certain reports retrieved using the server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published