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.
- Add projects
- Add skills
- Link to your socials
- 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
You can access the open API at: https://visuleo.yokwejuste.me
