Skip to content

tuvtran/PyReddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyReddit - A Reddit clone in Python and Flask

Set up

Make sure you have Python 3 on your systen

Set up the virtual environment

$ virtualenv venv --python=python3

Install the dependencies

$ pip install -r requirements.txt

Set up environment variables

$ export APP_SETTINGS=development

Usage

Run unit tests

$ python manage.py test --type unit

Launch the server

$ python manage.py runserver

The application can now be accessed at http://localhost:5000

Access the shell

$ python manage.py shell

About

A Reddit clone in Python. Final project for CIS 3238.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published