ArminRmt / BlogSite-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

blog site frontend,backend

You can clone this repository or fork appreciated.

Frontend

  • html
  • css
  • javascript

backend

  • python
  • django

Installation

The first thing to do is to clone the repository:

$ git clone https://github.com/oldcorvus/social-media.git

Create a virtual environment to install the dependencies and activate it:

$ virtualenv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Once pip has finished downloading the dependencies:

(env)$ cd app 
(env)$ python manage.py runserver --settings=socialMedia.settings.test

And navigate to http://127.0.0.1:8000/.

Walkthrough

Before you interact with the application, go to settings and set up secret key.

Features

  • update, careate, delete posts
  • sign up, login
  • comments, reply
  • pagination
  • filter posts
  • search bar and ....

Screenshots

Rec.0037.mp4

About


Languages

Language:HTML 56.8%Language:Python 26.1%Language:CSS 15.5%Language:JavaScript 1.6%