From 308ec100bfa24e24e429edb556973caa02f1f578 Mon Sep 17 00:00:00 2001 From: Surya Date: Sun, 7 Jul 2024 06:42:54 +0200 Subject: [PATCH] Add README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe64c3e --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## Deployment +To deploy the website: +- first clone the repository to any local folder +- then open the folder with the `manage.py` file +- then `Shift`+`Right Click` and click on `Open PowerShell window here` +- then type in `py manage.py runserver 4000` +- open browser at address `localhost:4000` or `127.0.0.1:4000` + +## Structure +The website has a Home page and a News page page currently. The News page shows all developer blogs. + +## Problems and Development +Currently there are the following problems: +- images are not accsessible for the website +- `/dev/` route needs to be made +- the Blog card needs to be updated +- the `secret` needs to be secret + +If you find any problems and have a solution *in code* then please consider making a `pull request`, using the `Create a new branch for this commit and start a pull request` option with an appropriate branch name.