Personal website with API for a blog and articles, built with Django (in python 3). Requires Django Installation. settings.py should auto generate. Before deploying, ensure that the secret key is hidden.
git clone https://github.com/kevinxiao27/Django-Blog-API
py manage.py runserver
Starts test server
python manage.py createsuperuser
Creates super user to allow access to API posts