This project was created as the Django project for She Codes Plus 2023/2024.
Django 4.2.2
- Clone repo
- Start venv
- Migrate data with
python manage.py runserver
- Order stories by date

- Styled "new story" form

- Story images

- Log-in/log-out

- "Account view" page

- "Create Account" page

- View stories by author

- "Log-in" button only visible when no user is logged in/"Log-out" button only visible when a user is logged in

- "Create Story" functionality only available when user is logged in

- Add the ability to comment on stories within the story page

- Gracefully handle the error where someone tries to create a new story when they are not logged in.

- Dark mode feature toggle
- Add the ability to update and delete stories
- Add the ability for user to edit and delete account
- Add the ability to “favourite” stories and see a page with your favourite
- Category or keyword search function
