/redjit

A django subreddit-inspired blog. Developed for the MATC84 workshop challenge.

Primary LanguagePython

redjit

GitHub language count GitHub last commit License

Built with   |    About the project   |    How to contribute   |    License


Frontend

Building

It is best to use the python virtualenv tool to build locally:

$ virtualenv env -p python3.8
$ source env/bin/activate
$ pip3 install -r requirements.txt
$ cd redjit
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Then visit http://127.0.0.1:8000/ to view the app.