Skip to content

rcorrei4/blog-app

Repository files navigation

Blog app

A blogging website inspired on Medium made with Django

Image of the blog app on a author profile page

Installation

Follow the steps bellow to install the project


Clone the repository using git:

git clone https://github.com/rcorrei4/blog-app

Go to the folder:

cd LibriumSwap

Install all necessary dependencies to run the project:

pip3 install -r requirements.txt

Migrate django database:

python3 manage.py makemigrations
python3 manage.py migrate

Run the project

Enter the following command:

python3 manage.py runserver

Testing

python3 manage.py test

For accessing the website enter the following url on your browser: 127.0.0.1:8000

Todo

  • Change like view and save view method to POST
  • Test views
  • Change article views to be based on IP visits
  • Logged-in index page
  • Recommendation System
  • Better article writing
  • Responsive design