REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
38/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Vuejs-Django-App
Simple Employee Management Portal made by Vuejs and Django (REST-API-FRAMEWORK)
Overview
This project combines the power of Vue.js for the frontend and Django (Python)
with the Django Rest Framework for the backend. The data is stored in a PostgreSQL
database, and the project utilizes Poetry for package management.
Folder Structure
- backend: Django backend for the project.
- frontend: Vue.js frontend for the project.
Technologies Used
- Vue.js
- Django (Python)
- Django Rest Framework
- PostgreSQL
- Poetry Package Management
Getting Started
Prerequisites
- Make sure you have Node.js installed.
- Install Poetry for Python package management.
- Set up a PostgreSQL database.
Installation
- Clone the repository:
[git clone https://github.com/your-username/your-repository.git](https://github.com/chrstncleofas/Vuejs-Django-App.git)
cd your-repository
- Install frontend dependencies:
- Install backend dependencies:
- cd ../backend
- poetry install
- Set up the database:
- Create a PostgreSQL database.
- Update the database configurations in the Django settings.
- Apply migrations and start the backend server:
- poetry run python manage.py migrate
- poetry run python manage.py runserver
- Start the frontend development server:
- cd ../frontend
- npm run serve
Feel free to customize the overview and other sections based on your project's specifics.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This project built with Vue.js, Django & REST-API-FRAMEWORK, PostgreSQL, and managed using Poetry, this Employee CRUD Application streamlines employee management. The frontend leverages Vue.js for a sleek, responsive user interface, while Django ensures a robust backend. PostgreSQL serves as the secure database, and Poetry simplifies package manage
35/100 healthActive repository
VueNo license#bootstrap4#django#djangorestframework#javascript
⑂ 3 forks◯ 1 issuesUpdated Sep 8, 2025