A message board application where users can login, create their own message boards, share them, and collaborate with their friends.
-
Django, a Python framework used for backend development.
-
MaterializeCSS, a CSS framework developed by Google using material design.
This project is currently in development.
Clone down this repository. You will need django
installed globally on your machine.
To Start Server, navigation to the main "Boardy" folder and run this command:
python3 manage.py runserver
This is a personal project I've been building by myself to learn Django better outside of my class. I wanted to create an app that users could use to collaborate with their friends and share their ideas. To do this, I thought of making a message board application where users can post different types of media, such as text, videos, and pictures, to share their ideas with their friends.