https://github.com/allankoder/saddestbreadblog
Django blog to post my projects and progress as a programmer
https://github.com/allankoder/saddestbreadblog
Last synced: 4 months ago
JSON representation
Django blog to post my projects and progress as a programmer
- Host: GitHub
- URL: https://github.com/allankoder/saddestbreadblog
- Owner: AllanKoder
- Created: 2021-07-03T03:23:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T20:46:12.000Z (almost 5 years ago)
- Last Synced: 2025-10-23T21:03:07.277Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SadBreadBlogs
This site will be hosted in the near future with heroku.

There is an interactive js game where the player can move to a project in which I created in the past

I am also able to dynamically add new posts and edit the ones I made in the past
# How to run the server (for testing)
open the project in a console prompy and type
````
python manage.py runserver
````
then, open the site on localhost:8000