Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnftitor/portfolio-api
Django API for my Personal Portfolio, to store information regarding projects and also blog updates
https://github.com/johnftitor/portfolio-api
Last synced: about 3 hours ago
JSON representation
Django API for my Personal Portfolio, to store information regarding projects and also blog updates
- Host: GitHub
- URL: https://github.com/johnftitor/portfolio-api
- Owner: JohnFTitor
- Created: 2023-07-03T23:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T03:33:22.000Z (4 months ago)
- Last Synced: 2024-11-05T23:43:34.593Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portfolio-API
Django API for my Personal Portfolio, to store information regarding projects and also blog updates# Set Up
Run `python3 -m venv ve` to set up the virtual env
Then `ve/bin/pip install -r requirements.txt` to install the requirements