This web app called Random Thoughts that allows users to write about the things they thinking about or the things they are currentlly learning. The home page will describe the site and invite users to either register or log in. Once logged in, a user can create new posts, and read and edit existing posts.
We recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
Once you have your virtual environment setup and running, install dependencies by naviging to the /blog
directory and running:
pip install -r requirements.txt
From within the /blog
directory first ensure you are working using your created virtual environment.
run:
python manage.py runserver 9000
then open your browser and open: http://127.0.0.1:9000/
and finally if you have any feedback it will be very welcomed.
mohamed