https://github.com/linx64/currencycapportal
https://github.com/linx64/currencycapportal
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/linx64/currencycapportal
- Owner: LinX64
- License: apache-2.0
- Created: 2024-06-22T23:37:30.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T13:31:42.000Z (over 1 year ago)
- Last Synced: 2025-03-11T14:33:45.395Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 147 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.json
- License: LICENSE
Awesome Lists containing this project
README
# Currency Cap Portal
CurrencyCap project backend
## Quick start
1. Download the project folder to your computer
2. Make a virtual python environment
```
python3 -m venv .venv
```
Enable the environment and install the required packages
```
source .venv/bin/activate
pip install -r requirements.txt
```
To run the app open the project in PyCharm and set the .venv file as the interpreter and the run.py file as the
starter file
## Used APIs in this project
### Bonbast
Library's Github repo: https://github.com/SamadiPour/bonbast