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

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

Awesome Lists containing this project

README

          

# akam

akam company\
[akambusiness.com](https://akambusiness.com)

## action status

[![Test the Locales 🐣](https://github.com/00-team/akam/actions/workflows/locales.yml/badge.svg?branch=main&event=push)](https://github.com/00-team/akam/actions/workflows/locales.yml)
[![Deploy to Server 👻](https://github.com/00-team/akam/actions/workflows/deploy.yml/badge.svg)](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
```