https://github.com/yokwejuste/visuleo_port
An opensource Portfolio for Devs
https://github.com/yokwejuste/visuleo_port
django django-rest-framework opensource portfolio portfolio-api tenants
Last synced: 13 days ago
JSON representation
An opensource Portfolio for Devs
- Host: GitHub
- URL: https://github.com/yokwejuste/visuleo_port
- Owner: yokwejuste
- License: mit
- Created: 2023-07-28T19:02:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T17:32:15.000Z (9 months ago)
- Last Synced: 2025-04-13T07:56:43.933Z (6 months ago)
- Topics: django, django-rest-framework, opensource, portfolio, portfolio-api, tenants
- Language: HTML
- Homepage: https://visuleo.yokwejuste.me
- Size: 102 MB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

## Description
This is your opensource portfolio backend. It is a simple and easy to use portfolio that you can use to showcase your projects and skills. It is built with Django and Django Rest Framework.
## Features
- Add projects
- Add skills
- Link to your socials## Installation
- Clone the repository `git clone `
- Create a virtual environment `python -m venv venv`
- Activate the virtual environment `source venv/bin/activate`
- Install dependencies `pip install -r requirements.txt`
- Run the application `python manage.py runserver`## API Documentation
You can access the open API at: