Skip to content

j0ack/pingcrm-flask

Repository files navigation

Ping CRM

A demo application to illustrate how Inertia.js works with Flask and Vue 3.

This is a port of the original Ping CRM written in Laravel and Vue.

Installation

Clone the repo locally:

git clone https://github.com/j0ack/pingcrm-flask.git
cd pingcrm-flask

Install dependencies:

python3 -m venv venv
source ./venv/bin/activate
make init

Run database seeder:

make seed

Run dev server:

make dev

About

Ping CRM port to Flask and Vue3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published