https://github.com/npastrami/taxterm
https://github.com/npastrami/taxterm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/npastrami/taxterm
- Owner: npastrami
- Created: 2024-02-19T03:34:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T03:40:05.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:30:56.343Z (10 months ago)
- Language: Python
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tax Terminator (Mono-Repo)
## To run the API:
1. Install pipenv
```
pip install pipenv
```
2. Install packages from pipfile:
```
pipenv install
```
3. Activate virtual environment:
```
pipenv shell
```
4. Run backend server:
```
python main.py
```
## To run the App:
1. Install packages:
```
npm install
```
2. Run frontend server:
```
npm run dev
```