/Mee-dee-uhm

A website where people can post their articles/blogs and connect with the relevant audience.

Primary LanguageHTML

Mee-dee-uhm


Meedeeuhm is a website where people can post their articles/blogs and connect with the relevant audience.

This website is made to learn Django by making modifications while referencing to a Youtube Video.


Referenced Video Link


TechStack Used

  • Programming language

    • Python
  • Framework

    • Django
  • Database

    • Sqlite

Steps for Project Execution :

  1. Clone this repository.
  2. Open the cloned repository.
  3. Install dependencies using pip install -r requirements.txt OR Install pipenv using pip install pipenv and initialise a Virtual Machine using pipenv install in the directory.
  4. Make migrations using python manage.py makemigrations and python manage.py migrate.
  5. Run the Django Server using python manage.py runserver and then goto localhost:8000 or 127.0.0.1:8000 and see the server running.