https://github.com/chai-dev682/manage-envato-template
This project is used for manage Envato wordpress templates with simple UI
https://github.com/chai-dev682/manage-envato-template
bootstrap envato simple wordpress
Last synced: 3 months ago
JSON representation
This project is used for manage Envato wordpress templates with simple UI
- Host: GitHub
- URL: https://github.com/chai-dev682/manage-envato-template
- Owner: chai-dev682
- Created: 2024-02-06T06:18:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T08:58:21.000Z (over 1 year ago)
- Last Synced: 2024-11-26T18:41:29.038Z (6 months ago)
- Topics: bootstrap, envato, simple, wordpress
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Envato Wordpress Template Management
## Setup Environment
1. Copy .env.example to .env file and insert your APIKEY for Envato
2. Check python is installed and install python libraries using `pip install -r requirements.txt` command## Run server
1. Run your server using `python app.py` command
2. Visit `http://localhost:5000`