codereverser / casparser-web

API demo for casparser

Home Page:https://cas.atomcoder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CASParser Demo

API Demo for casparser

Demo :- https://cas.atomcoder.com

now includes support for capital gains computation

Summary image

Detailed cg-detailed

Dependencies

  • backend
    • python >= 3.8
  • frontend
    • node >= 16

Setup

Backend

  1. Setup python virtualenv and install dependencies
python3 -m venv venv
source venv/bin/activate
pip3 install -U setuptools wheel pip
pip3 install -r requirements.txt
  1. Setup .env (Optional)

Copy env.example to .env and update values as required. This step is optional and probably would be required only for production deployments

  1. Deploy API
uvicorn app:app --reload

Frontend (development)

  1. Install dependencies
npm install
  1. Run frontend
npm run dev

About

API demo for casparser

https://cas.atomcoder.com

License:MIT License


Languages

Language:Vue 68.7%Language:Python 21.1%Language:JavaScript 6.8%Language:TypeScript 3.3%