Skip to content

mo2274/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Thoughts:

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.

Installing Dependencies

Python 3.8.1

Virtual Enviornment

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

PIP Dependencies

Once you have your virtual environment setup and running, install dependencies by naviging to the /blog directory and running:

pip install -r requirements.txt

Running the server

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published