Skip to content

SSleimann/blog-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog project

This project is a small social network where you can follow other users, post and view other users' posts.

Usage

To use this project:

Installation

  • First you need to have a virtual environment, then you need to install django:
pip install django
  • Create a .env file and add:
EMAIL_HOST_USER = [email protected]
EMAIL_HOST_PASSWORD = passwordmail

Getting Started

  • First clone the repository from Github and switch to the new directory:
git clone https://github.com/SSleimann/blog-project.git
cd blog-project

Activate the virtualenv for your project.

  • Install project dependencies:
pip install -r requirements.txt
  • Apply the migrations
python manage.py migrate
  • Now you can run the server:
python manage.py runserver

Visuals

login index profile post cofig

License

Distributed under the MIT License. See LICENSE.md for more information.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •