Skip to content

eric-mahoney/Boardy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Boardy

A message board application where users can login, create their own message boards, share them, and collaborate with their friends.

Technologies Being Used:

  • Django, a Python framework used for backend development.

  • MaterializeCSS, a CSS framework developed by Google using material design.

Project Status

This project is currently in development.

Installation and Setup Instructions

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

Reflection

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.