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

https://github.com/npastrami/taxterm


https://github.com/npastrami/taxterm

Last synced: 8 months ago
JSON representation

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
```