https://github.com/00-team/akam
akam company
https://github.com/00-team/akam
flask react typescript website
Last synced: 2 months ago
JSON representation
akam company
- Host: GitHub
- URL: https://github.com/00-team/akam
- Owner: 00-team
- License: gpl-3.0
- Created: 2022-08-29T12:15:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T12:06:16.000Z (over 3 years ago)
- Last Synced: 2025-02-28T05:58:30.860Z (over 1 year ago)
- Topics: flask, react, typescript, website
- Language: SCSS
- Homepage: https://akambusiness.com/
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akam
akam company\
[akambusiness.com](https://akambusiness.com)
## action status
[](https://github.com/00-team/akam/actions/workflows/locales.yml)
[](https://github.com/00-team/akam/actions/workflows/deploy.yml)
## install requirements
```bash
pip install -r requirements.txt
```
```bash
npm i
```
## run backend server
```bash
flask --debug --app main.py run --port=7000
```
## run frontend server
```bash
npm start
```