This project is a small social network where you can follow other users, post and view other users' posts.
To use this project:
- 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
- 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
Distributed under the MIT License. See LICENSE.md for more information.