https://github.com/kak-smko/codenus
python-vue framework
https://github.com/kak-smko/codenus
codenus python-framework python-vue python-vue-framework python3 renus renusify vue-framework vue3 vuejs
Last synced: 2 months ago
JSON representation
python-vue framework
- Host: GitHub
- URL: https://github.com/kak-smko/codenus
- Owner: kak-smko
- License: bsd-3-clause
- Created: 2025-04-03T03:57:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-10T10:10:00.000Z (2 months ago)
- Last Synced: 2025-04-10T11:39:13.218Z (2 months ago)
- Topics: codenus, python-framework, python-vue, python-vue-framework, python3, renus, renusify, vue-framework, vue3, vuejs
- Language: JavaScript
- Homepage: https://codenus.com
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codenus
**Codenus** is a web application designed to provide a seamless experience for both users and administrators. This project features a backend built with Python and a frontend developed using modern JavaScript frameworks. The application is structured to facilitate easy configuration, installation, and deployment.
## Key Features
- **Modular Architecture:** Organized into distinct backend and frontend components for easy maintenance and updates.
- **Customizable Configuration:** Modify configuration files to tailor the application to your specific needs.
- **User-Friendly Interface:** Intuitive design ensures a smooth experience for both general users and administrators.
- **Real-Time Development:** Supports hot-reloading in the frontend for immediate feedback during development.## Installation and Setup
To get started with Codenus, follow these steps:
### 1. Clone the Repository
Download the project files from GitHub:
git clone https://github.com/kak-smko/codenus
### 2. Install Dependencies
Navigate to the project directory and install the required dependencies:
```bash
cd codenus
# For backend
pip install -r requirements.txt
# For frontend
cd frontend/admin
npm install
cd frontend/index
npm install
```### 3. Configure the Application
Modify the configuration files located in the `config` directory to suit your environment.
### 4. Run the Application
Start the backend server and the frontend development server:
```bash
# Start backend
python main.py# Start frontend
cd frontend/admin
npm run dev
cd frontend/index
npm run dev
```## Contributing
We welcome contributions! We would be very happy to have you join us.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.