Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 808 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 808 Bytes

Hello Reader

This is a project I worked on to avoid facing my reality, and now I am done with the basic functionalities, when I am done facing my reality, I'll come back to complete it.

Feel free to download it and play around with it

Set-up

I assume you already have python installed and you know how to use django, but either which way, run this commands the project will run just fine (or not 🐼).

# open the project folder in terminal
cd simple-blog-app

# install project requirements
pip install -r requirements.txt

# Run the program
python manage.py runserver

# Starting development server at http://127.0.0.1:8000/

# You can login with these detail if you're lazy like me 🤡
Username: Y
Password: 12345678

Documentation


Maybe sometime in the future