yokwejuste / visuleo_port

An opensource Portfolio for Devs

Home Page:https://visuleo.yokwejuste.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VISULEO PORTFOLIO

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 <project url>
  • 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: https://visuleo.yokwejuste.me

About

An opensource Portfolio for Devs

https://visuleo.yokwejuste.me

License:MIT License


Languages

Language:Python 99.3%Language:Dockerfile 0.7%