fastestmk / Convoy

8 bit social network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT License Code style Code style

Convoy

Convoy is a social media project made with Django

Installation

Clone the repository

git clone https://github.com/furkanonder/pasteRand

Install the requirements:

pip install -r requirements.txt

Make migrations

python manage.py migrate

Finally, run the project

python manage.py runserver

Docker

Run docker-compose commands to start containers

docker-compose up -d

Log in to the terminal.

docker exec -it convoy_web_1 /bin/bash

Make migrations.

python manage.py migrate --noinput

And finally, collect static files.

python manage.py collectstatic

Features

  • CRUD operations for posts.
  • Search for users and titles.
  • Users can edit their profile(name,surname,email and password)
  • Rest-Api (you can get the post contents)
  • Comment replay

To do list

  • Topic
  • Captcha verification
  • User follow system

About

8 bit social network

License:MIT License


Languages

Language:Python 63.9%Language:HTML 25.6%Language:CSS 7.2%Language:JavaScript 3.0%Language:Dockerfile 0.3%