/Wiki-Full-Stack-Web-App-using-Django

Full-stack web application built with Python, Django, and Bootstrap. Create, read, update, and search for wiki entries. Convert entries written in Markdown syntax to HTML.

Primary LanguagePython

Wiki: Django

Homework from Harvard's Web Programming with Python and Javascript CS50W hosted on eDX

🎓 Project 1

  • Wiki: Built wikipedia clone using Django. Entries are maintained as markdown files.
  • I wrote all the code in this repository.

🖥 Walkthrough on Youtube

Wiki Demo

💡Lessons Learned

  • Using Django to build a basic web application
  • Using standard Django conventions
  • Converting Markdown files into HTML so the browser can display the formatted text