Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 672 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 672 Bytes

BME_Protocol_Forum

This is a web app for BME engineers and resachers to share their protocol, which use Bootstrap and Django as framworks.

TODO: Add more fancy style on the website!

Users can:

  1. Create a group and add description about the group.
  2. Join or leave a group and track the groups they joined.
  3. Post their ideas in the groups.
  4. Browse the posts history of others and themselves.

Visitors can:

  1. Browse the groups and posts.
  2. Sign up and log in to join the forum.

How to start the website?

Download the repository and create a superuser: django-admin createsuperuser You can log in and manage the website adding 'admin/' at the end of the URL.