Skip to content

Camillus83/medium-tiny-clone

Repository files navigation

medium-tiny-clone

image image image

Simple blog/medium clone. Still have some things to do! Will update later. Please do not load fixtures, it's from previous version. Cheers!

Setup

First thing, cloning repository.

$ git clone https://github.com/Camillus83/medium-tiny-clone
$ cd medium-clone

Via docker

$ docker-compose up -d --build
$ docker-compose exec web python manage.py migrate
$ docker-compose exec web python manage.py createsuperuser

Visit 127.0.0.1:8000 in your browser.

Via virtual environment

Create a virtual environment to install dependencies and activate it:

$ python -m venv .venv
$ source .venv/bin/activate

Installing the dependencies

(.venv)$ pip install -r requirements.txt

Running server

(.venv)$ python manage.py runserver

Visit 127.0.0.1:8000 in your browser.

About

Articles App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published